summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-16 22:29:06 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-16 22:29:06 (EST)
commitdff8c7e551fb8019ccae69868ab0dc18a03346bf (patch)
treeebff6de4b426fefbb00dce0dbc0fe986d0403a6c
parentad1534c1ddd89ca0aec060edc1266d05b5e5d6e0 (diff)
Add a "nop" makefile target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 2a4e137..df1bf40 100755
--- a/build
+++ b/build
@@ -1,5 +1,8 @@
#! /usr/bin/make -f
+nop:
+ @:
+
configure:
oh-autoconfigure
touch $@