add help target
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Aug 2013 11:57:26 +0000 (11:57 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 19 Aug 2013 11:57:26 +0000 (11:57 +0000)
Makefile

index 1be877d..4fe1fe5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,7 @@
+# Copyright (c) 2013 IndexData ApS. http://indexdata.com
+
 **default**:
        (cd tools/htdocs; $(MAKE))
 **default**:
        (cd tools/htdocs; $(MAKE))
+
+help:
+       @echo "make [ all | clean ]"