summaryrefslogtreecommitdiff
path: root/test/data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/Makefile')
-rw-r--r--test/data/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/Makefile b/test/data/Makefile
new file mode 100644
index 0000000..ad61a15
--- /dev/null
+++ b/test/data/Makefile
@@ -0,0 +1,6 @@
+all: my-webapp.zip
+
+my-webapp.zip:
+ @rm -f my-webapp.zip
+ @(cd my-webapp; zip -q -r ../my-webapp.zip .)
+.PHONY: my-webapp.zip