summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-26 00:23:42 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-26 00:23:42 (EDT)
commit95a6b04abff2f584b3824af6c9a34e7c941dbe33 (patch)
tree65a04922f4f300532bbc557dea09a47d97a5396d /build
parenta01a4d712fc154d83e4575fe4e1dca9748a06168 (diff)
build: Add "build" target
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..fe39fba 100755
--- a/build
+++ b/build
@@ -4,3 +4,6 @@ include ../source.mk
nop:
@:
+
+build:
+ (cd src && make)