X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;ds=inline;f=gpgwrap%2FMakefile;fp=gpgwrap%2FMakefile;h=30064df8257e397f02d94f3194915bc56b0c5c4d;hb=957ed3e08d73f53b2df43e5c20c03c78f54c08f1;hp=0000000000000000000000000000000000000000;hpb=8b16f5d3cdfc8dd2886d86fabd7467c65b687c86;p=pgp-tools.git diff --git a/gpgwrap/Makefile b/gpgwrap/Makefile new file mode 100644 index 0000000..30064df --- /dev/null +++ b/gpgwrap/Makefile @@ -0,0 +1,9 @@ +MAKE=make + +.PHONY: all clean + +all: + cd src && ${MAKE} all DIET="${DIET}" + +clean: + cd src && ${MAKE} clean