caff: Create the mail files in ~/.caff/keys even if mail is not sent (closes: #590666)
[pgp-tools.git] / gpgwrap / Makefile
1 MAKE=make
2
3 .PHONY: all clean
4
5 all:
6 cd src && ${MAKE} all DIET="${DIET}"
7
8 clean:
9 cd src && ${MAKE} clean