From 5dd16e14dd41f1565687142ba7cefa7c4cf64658 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 12 Nov 2013 13:39:41 +0100 Subject: wip --- test/data/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/data/Makefile') diff --git a/test/data/Makefile b/test/data/Makefile index ad61a15..4d5968b 100644 --- a/test/data/Makefile +++ b/test/data/Makefile @@ -1,6 +1,6 @@ -all: my-webapp.zip +all: my-app.zip -my-webapp.zip: - @rm -f my-webapp.zip - @(cd my-webapp; zip -q -r ../my-webapp.zip .) -.PHONY: my-webapp.zip +my-app.zip: + @rm -f my-app.zip + @(cd my-app; zip -q -r ../my-app.zip .) +.PHONY: my-app.zip -- cgit v1.2.3