summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-26 10:31:03 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-26 10:31:03 (EDT)
commit55b0aa3cd21ff4662d8fa7fdeba61ce992980d64 (patch)
tree2b36609a46550cedccd2dd4c67b2da406288f9a1 /build
parent3bd42550d6313727200ca253324ee02b73d64913 (diff)
build: Add a "nop" target.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index ae6c7d3..b5578cd 100755
--- a/build
+++ b/build
@@ -1,5 +1,8 @@
#! /usr/bin/make -f
+nop:
+ @:
+
build:
oh-autobuild -j $${JOBS:-1}