diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-25 00:06:34 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-25 00:06:34 -0800 |
commit | edae25d41d89564a21e0e0a11b4cde2287ba889e (patch) | |
tree | 31c07a4965a602e77c3f58b6762f7bb884a2024d /Makefile | |
parent | 5db0c9feb06217d2d343d75cdc6e2b3a5fec7343 (diff) |
Adding a simple 'Mustache' template processor in C++.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ Task.cc \ TaskMan.cc \ \ HttpServer.cc \ +SimpleMustache.cc \ \ BLua.cc \ \ |