summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-25 02:40:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-25 02:40:09 (EDT)
commitd08c1c507e7302b16077ed5d480f564be7ac7161 (patch)
tree31b0b76a08907e56d68de68c0a738eca941b083a /build
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-xbuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..dab0c25
--- /dev/null
+++ b/build
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include ../source.mk
+
+nop:
+ @:
+
+build:
+ touch $@
+
+install: build