This Makefile is now in ../../tools/htdocs, where the output is generated
[mkws-moved-to-github.git] / experiments / spclient / Makefile
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!"
-