chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge commit 'ff11733b6b7d7920033f81c4669ebba9131b984f' into wip.subdirmk
[secnet.git]
/
test-example
/
Subdir.sd.mk
1
&TARGETS += & sites.conf inside.key outside.key
2
3
include common.make
4
5
&/%.key: &^/%.key.b64
6
base64 -d <$< >$@.new && mv -f $@.new $@
7
8
&sites.conf: $(src)/make-secnet-sites &^/sites Subdir.mk
9
$(src)/make-secnet-sites &^/sites &sites.conf
10
11
&clean::
12
rm -f *~ ./#*# *.new
13
14
&:include subdirmk/clean.sd.mk