diff options
author | P. 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) |
commit | 95a6b04abff2f584b3824af6c9a34e7c941dbe33 (patch) | |
tree | 65a04922f4f300532bbc557dea09a47d97a5396d | |
parent | a01a4d712fc154d83e4575fe4e1dca9748a06168 (diff) |
build: Add "build" target
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ include ../source.mk nop: @: + +build: + (cd src && make) |