Imported both gpgdir and gpgwrap projects.
[pgp-tools.git] / gpgwrap / Makefile
diff --git a/gpgwrap/Makefile b/gpgwrap/Makefile
new file mode 100644 (file)
index 0000000..30064df
--- /dev/null
@@ -0,0 +1,9 @@
+MAKE=make
+
+.PHONY: all clean
+
+all:
+       cd src && ${MAKE} all DIET="${DIET}"
+
+clean:
+       cd src && ${MAKE} clean