From 0d92ff5fd34d79b54c30c38ac41bc600acf7b7c4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Oct 2013 15:14:18 +0100 Subject: o Dropping the CSV file for using a native app config file instead. o Using apache as an example app. o Adding appstore-add-app as a utility to register appliations. --- test/data/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/data/Makefile (limited to 'test/data/Makefile') 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 -- cgit v1.2.3