From 6e3bd47994d2709366c2a7ae12c48f114a6c7826 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 5 Sep 2012 23:08:38 -0700 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3