summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 16:03:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 16:03:45 (EDT)
commitb9127879a7a2e20adf6847ed73605b4344c7744d (patch)
tree79b80569915462ef5b9365d27407f6ca64b5b361
parent145eca5cede1b8113a345d1b036b8aaee748d58e (diff)
build: Add "nop" target.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index beee37f..7a5964b 100755
--- a/build
+++ b/build
@@ -2,6 +2,9 @@
include ../source.mk
+nop:
+ @:
+
build:
touch $@