From a087340766ef63a8cf13f0391929c00cab0f5319 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jan 2016 17:38:10 +0100 Subject: Using CleanReadLine --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3