Add new environment variable SENDMAIL_ARGS to allow user to pass arguments to sendmai...
[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