summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-15 12:08:13 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-15 12:47:34 +0200
commit6e530b9abb6f16dc0db2fc712bbde2eabde671db (patch)
tree3add310f208df95c6cef12df95bdf06dbf8dc72f
parente53dc8f619a874d9d37d70c83bd8be1a838fe2ef (diff)
Handle any markdown file.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bf46a3..cbfd740 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-infiles = index.mdwn india.mdwn
+infiles := $(wildcard *.mdwn)
all: $(infiles:%.mdwn=%.html)