Rename Makefile to GNUmakefile
[buildfarm-client-wiki.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 1227631..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-INPUT = $(wildcard *.md)
-OUTPUT = $(INPUT:.md=.html)
-
-all:   $(OUTPUT)
-clean: 
-distclean:     clean
-       -rm -f $(OUTPUT)
-
-%.html:        %.md
-       multimarkdown $< >$@