aboutsummaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorDamien2013-10-18 19:58:12 +0100
committerDamien2013-10-18 19:58:12 +0100
commit5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82 (patch)
treea00fad2e39bc0d3604dc91cbd21910c6800d3e14 /unix/Makefile
parent7bbd1106915b481816fe5baa72ce7c6068c7386a (diff)
Implement REPL.
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 0c8c449e7..a2c9b9f5f 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -31,7 +31,7 @@ PY_O = \
vm.o \
OBJ = $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(PY_O))
-LIB =
+LIB = -lreadline
PROG = py
$(PROG): $(BUILD) $(OBJ)