summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-07 21:26:41 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-07 21:26:41 (EST)
commit33eec24bcdd9c921ee653e7e83fef1dadf00c514 (patch)
tree7cc2d6b21b0de236eeb43dc7b4373bb0388fb269
parent28a67b22b654dfeefb6f5aaa899ffda04ad4acb4 (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 9d8861e..6279500 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
build:
oh-autoconfigure
oh-autobuild