aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3894be..5c1fcc9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,11 @@ clean:
compile.o: compile.c
cc -O0 -c compile.c
-iclean: compile.o iclean.icl
- clm -l compile.o iclean -o iclean
+iclean: compile.o iclean.icl readline
+ clm -I CleanReadLine -l -lreadline -l compile.o iclean -o iclean
+
+readline:
+ make -C CleanReadLine
run: iclean
./iclean -nr -nt