summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-09-05 23:08:38 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-09-05 23:08:38 -0700
commit6e3bd47994d2709366c2a7ae12c48f114a6c7826 (patch)
treed5c249ed9427d9b0544fbe86e1b4ec0e21154787 /Makefile
parent1e29cceb800115252168226437454aea81bbe6db (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 656b6d8..bf331cd 100644
--- a/Makefile
+++ b/Makefile
@@ -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