aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-01-27 17:38:10 +0100
committerCamil Staps2016-01-27 17:38:10 +0100
commita087340766ef63a8cf13f0391929c00cab0f5319 (patch)
tree7dc13ee95a1f8a4164f921c545b7c7551bb9f903 /Makefile
parentCleanup, removed warnings, newline at end session (diff)
Using CleanReadLine
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