diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-02 18:36:38 -0700 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-02 18:36:38 -0700 |
commit | c6518eb6e1caa68cdf0dc242d52cfc172b96efdc (patch) | |
tree | 9a24206fd050f674179c8f5e82b59fcf0f152d24 /Makefile | |
parent | 903974e7b3ceecb977449ac5ea34808de9501997 (diff) |
Lua's dumpvars is now properly yielding if needed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ StdIO.cc \ Task.cc \ TaskMan.cc \ \ +HelperTasks.cc \ +\ Http.cc \ HttpServer.cc \ SimpleMustache.cc \ |