aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMart Lubbers2018-03-20 10:29:39 +0100
committerCamil Staps2018-03-20 10:34:35 +0100
commit772f296f18daca19ed3c1f8bb85a2661ace15614 (patch)
treef25cd185916ee10f7fc1242b1a43a65d2edc5799 /Makefile
parentMerge branch 'master' of github:camilstaps/iClean (diff)
Update to platform generics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 093eeb0..a17dcf6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@ CFLAGS=-std=c99 -Wall -O0 -c
CLM=clm
CLMFLAGS=\
-I $$CLEAN_HOME/lib/Platform\
- -I $$CLEAN_HOME/lib/Generics\
-I CleanReadLine\
-l -lreadline\
-l compile.o\