summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-13 13:21:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-13 13:21:35 (EDT)
commit6f09fa3c45f504d008728a458b1a07ddbcf92139 (patch)
treed8c797f7a7af55466d1ab6ace45c002ec9c94eaa /build
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-xbuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..1c2d34f
--- /dev/null
+++ b/build
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+nop:
+ @:
+
+build:
+ @:
+ touch $@
+
+install: build