summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-07 22:41:00 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-07 22:41:00 (EST)
commit4f6d3f8428aedbe18cf590898286680a263bad90 (patch)
tree9677793167c4360d79a37796abbc64e8ba24862b
parent44632b089de91076b8ee36af7fc9ed802e8cf0f4 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 8ba21dd..5f35cd8 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
configure:
oh-autoconfigure -- --enable-shared
touch $@