summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4b632f..395534b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ DOCUMENT_BASE =
MEDIA_BASE =
SSIFLAGS = -D DOCUMENT_BASE=$(DOCUMENT_BASE) -D MEDIA_BASE=$(MEDIA_BASE)
-srcs =
+srcs = \
+ projects/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES: