summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-13 22:52:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-13 22:52:35 (EDT)
commitf988e8f012630bf252dd88425ad83bf4e53bff75 (patch)
tree64b1c6935ce53ce3f5f308763b269bac00efbc18 /build
parentdfa51e11e7454b1020a05fe42b39008f26c4ea36 (diff)
build: Add "source" and "nop" targets.
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index f72aa28..868da77 100755
--- a/build
+++ b/build
@@ -1,5 +1,10 @@
#!/usr/bin/make -f
+include ../source.mk
+
+nop:
+ @:
+
build:
oh-autoconfigure -- \
--disable-xmlto \