summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 06:31:41 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 06:31:41 +0200
commit24dbb15bf6f2b513e2fb75345345b7b646ff1a81 (patch)
treee2e81d6960cc81e8bd0b0b4de69455f603ad9aa6 /Makefile
parenta010c6c9e789df00bdaba3ab5e5b52e263d2776b (diff)
Adding skeleton LuaHandle.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3386bf8..ff7be3c 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,8 @@ SimpleMustache.cc \
\
BLua.cc \
\
+LuaHandle.cc \
+\
LuaTask.cc \
\
BRegex.cc \