diff options
author | Camil Staps | 2018-05-16 21:47:56 +0200 |
---|---|---|
committer | Camil Staps | 2018-05-16 21:47:56 +0200 |
commit | d8515fda7b0e06b349a4fe783f0261865f4a967c (patch) | |
tree | 9d47adb4b3431e3de04b2f70d1efbe95582146db /Makefile | |
parent | Merge branch 'master' of github:camilstaps/iClean (diff) |
Minor updates and fix for new 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\ |