diff options
author | Camil Staps | 2016-11-02 10:59:53 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-02 10:59:53 +0100 |
commit | 24b768da8925d0a1aeba34344e875bfd386af100 (patch) | |
tree | c0ad2bfe42278f8871902bec1bffc419371e3382 /Makefile | |
parent | Note about tmpfs (diff) |
Update CleanReadLine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ CFLAGS=-std=c99 -Wall -O0 -c CLM=clm -CLMFLAGS=-I CleanReadLine -l -lreadline -l compile.o -nr -nt +CLMFLAGS=\ + -I $$CLEAN_HOME/lib/clean-platform/OS-Independent\ + -I $$CLEAN_HOME/lib/Generics\ + -I CleanReadLine\ + -l -lreadline\ + -l compile.o\ + -nr -nt all: iclean @@ -15,7 +21,7 @@ iclean: compile.o iclean.icl readline ExtraString.* $(CLM) $(CLMFLAGS) iclean -o iclean readline: FORCE - make -C CleanReadLine + $(MAKE) -C CleanReadLine readline run: iclean ./iclean |