summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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))))