add Makefile to create symlinks for jasmine
[mkws-moved-to-github.git] / examples / htdocs / Makefile
diff --git a/examples/htdocs/Makefile b/examples/htdocs/Makefile
new file mode 100644 (file)
index 0000000..d366a41
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright (c) 2013 IndexData ApS. http://indexdata.com
+
+all: jasmine-links
+
+clean distclean:
+       rm -rf test jasmine
+       
+jasmine-links:
+       ln -fs ../../../jasmine .
+       ln -fs ../../test .
+
+help:
+       @echo "make [ all | clean | jasmine-links ]"
+