diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:54:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-13 02:54:14 (EDT) |
commit | b57f6ebfb395ce896318c7808ddf3a8b2a632ae1 (patch) | |
tree | 01899a99a1840eb03b629d79d2e2f30bf1ecc4eb /build | |
parent | 7a3c1b0d0357e6c2a6868eef91cdf0e15323952e (diff) |
build: Add "source" target.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/make -f +include ../source.mk + nop: @: |