diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-12 00:01:26 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-12 00:01:26 (EDT) |
commit | 082630c5802d24ee759072270710d5e823aa5fa2 (patch) | |
tree | 264758c1a31435b364360e6813e63b48687a14e2 /build | |
parent | 266bdf6d98f8c758c14471595f08c1c03d2d3c9f (diff) |
Add nop and source targets and keyring.
The key fingerprint is from <https://www.gnupg.org/signature_key.html>.
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: + @: |