diff options
author | Mart Lubbers | 2018-03-20 10:29:39 +0100 |
---|---|---|
committer | Camil Staps | 2018-03-20 10:34:35 +0100 |
commit | 772f296f18daca19ed3c1f8bb85a2661ace15614 (patch) | |
tree | f25cd185916ee10f7fc1242b1a43a65d2edc5799 /Makefile | |
parent | Merge branch 'master' of github:camilstaps/iClean (diff) |
Update to platform generics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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\ |