summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-25 00:06:34 -0800
committerPixel <pixel@nobis-crew.org>2011-11-25 00:06:34 -0800
commitedae25d41d89564a21e0e0a11b4cde2287ba889e (patch)
tree31c07a4965a602e77c3f58b6762f7bb884a2024d /Makefile
parent5db0c9feb06217d2d343d75cdc6e2b3a5fec7343 (diff)
Adding a simple 'Mustache' template processor in C++.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59e08cf..c126bdc 100644
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@ Task.cc \
TaskMan.cc \
\
HttpServer.cc \
+SimpleMustache.cc \
\
BLua.cc \
\