diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-05 17:06:19 -0700 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2013-08-05 17:06:19 -0700 |
commit | 7c461804ac6ae24d3026e803e7a0a04303a687c3 (patch) | |
tree | bee94946b1caa71361755a4994ee0f8223931a9c /Makefile | |
parent | 88d9f26e322425c23a6f66716571f051a6c3e8a2 (diff) |
Adding the LuaLoad function to Dalos.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)))) |