summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Noble <pixel@nobis-crew.org>2013-08-05 17:06:19 -0700
committerNicolas Noble <pixel@nobis-crew.org>2013-08-05 17:06:19 -0700
commit7c461804ac6ae24d3026e803e7a0a04303a687c3 (patch)
treebee94946b1caa71361755a4994ee0f8223931a9c /Makefile
parent88d9f26e322425c23a6f66716571f051a6c3e8a2 (diff)
Adding the LuaLoad function to Dalos.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5041205..09cc5d6 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ DALOS_CLI_SOURCES = \
Dalos-cli.cc \
\
Readline.cc \
+LuaLoad.cc \
ALL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(DALOS_CLI_SOURCES))))
ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(DALOS_CLI_SOURCES))))