diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-11 22:08:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-11 22:14:01 (EDT) |
commit | 923554c1e22a82dcea06f1d9d47b6eae619250aa (patch) | |
tree | 1716decfcec6680bfc801392f621d6d6cd07b751 /build | |
parent | f1247245ed43288b283b3d79de15cd3ced6edc54 (diff) |
Add source and nop targets and keyring.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: |