polypath: Break out polypath_sendmsg_interf
[secnet] / test-example / Makefile
CommitLineData
2694a33e
IJ
1TARGETS=sites.conf inside.key outside.key
2
3all: $(TARGETS)
0cf9c062
IJ
4
5%.key: %.key.b64
6 base64 -d <$< >$@.new && mv -f $@.new $@
7
8sites.conf: ../make-secnet-sites sites Makefile
9 ../make-secnet-sites sites sites.conf
2694a33e
IJ
10
11clean:
12 rm -f *~ ./#*# *.new $(TARGETS)