aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2018-05-16 21:47:56 +0200
committerCamil Staps2018-05-16 21:47:56 +0200
commitd8515fda7b0e06b349a4fe783f0261865f4a967c (patch)
tree9d47adb4b3431e3de04b2f70d1efbe95582146db /Makefile
parentMerge branch 'master' of github:camilstaps/iClean (diff)
Minor updates and fix for new 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\