diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,7 @@ BIN:=silc CLM:=clm CLMFLAGS:=-nt -nr\ - -l -no-pie\ - -I $$CLEAN_HOME/lib/Generics\ - -I $$CLEAN_HOME/lib/Platform\ + -IL Platform\ -I ABCMachine .PHONY: all clean |