diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-05 23:08:38 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-05 23:08:38 -0700 |
commit | 6e3bd47994d2709366c2a7ae12c48f114a6c7826 (patch) | |
tree | d5c249ed9427d9b0544fbe86e1b4ec0e21154787 /Makefile | |
parent | 1e29cceb800115252168226437454aea81bbe6db (diff) |
Dalos-cli is alive. It has an interactive loop, a way to handle command line, and can run Lua code. Probably not win32-compatible yet though.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ LDFLAGS += -g endif INCLUDES = includes Balau/includes Balau/libcoro Balau/libeio Balau/libev Balau/LuaJIT/src -LIBS = z +LIBS = z readline ifeq ($(SYSTEM),Darwin) CC = clang |