This Makefile is now in ../../tools/htdocs, where the output is generated
authorMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 16:14:29 +0000 (17:14 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 16:14:29 +0000 (17:14 +0100)
experiments/spclient/Makefile [deleted file]

diff --git a/experiments/spclient/Makefile b/experiments/spclient/Makefile
deleted file mode 100644 (file)
index 31a73d7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-######################################################################
-# Copyright (c) 2013 IndexData ApS. http://indexdata.com
-#
-
-ALL= libjs-pz2 mkws.js mkwsStyle.css
-
-all: build
-
-mkwsStyle.css mkws.js:
-       ln -fs ../../tools/htdocs/$@ .
-
-libjs-pz2:
-       ln -fs ../../../$@ .
-
-build: ${ALL}
-       
-clean:
-       rm -f ${ALL}
-
-help:
-       @echo "make [ help | build | clean ]"
-       @echo ""
-       @echo "Please check ../../README file too!"
-