summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-08-02 18:36:38 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-08-02 18:36:38 -0700
commitc6518eb6e1caa68cdf0dc242d52cfc172b96efdc (patch)
tree9a24206fd050f674179c8f5e82b59fcf0f152d24 /Makefile
parent903974e7b3ceecb977449ac5ea34808de9501997 (diff)
Lua's dumpvars is now properly yielding if needed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acb2640..3386bf8 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,8 @@ StdIO.cc \
Task.cc \
TaskMan.cc \
\
+HelperTasks.cc \
+\
Http.cc \
HttpServer.cc \
SimpleMustache.cc \