diff options
author | Camil Staps | 2016-01-27 17:38:10 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-27 17:38:10 +0100 |
commit | a087340766ef63a8cf13f0391929c00cab0f5319 (patch) | |
tree | 7dc13ee95a1f8a4164f921c545b7c7551bb9f903 /Makefile | |
parent | Cleanup, removed warnings, newline at end session (diff) |
Using CleanReadLine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |