summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-07 23:42:00 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-07 23:42:00 (EST)
commite313395df96ee388730bd22d868c7f4af3c00ee4 (patch)
treee6f6dbe63f19bae633ba910fa83e34f43804f199
parent6cc9b3a0e67f61d94c2427a83209f56bc9a8dbb8 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 97d5b46..e337948 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
configure:
oh-autoconfigure
touch $@