cleanup
[cleanpeg.git] / Makefile
index 1ca48ae..a6869ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,9 @@ BINARIES:=peg
 
 CLEAN_HOME?=/opt/clean
 
-CLMLIBS:=$(addprefix -I $(CLEAN_HOME)/lib/,Platform Generics Dynamics StdEnv)
+CLMLIBS:=-IL Platform
 CLM:=clm
 
-override CLMFLAGS+=-nt
-ifeq "$(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 6)" "1";
-       override CLMFLAGS+=-l -no-pie
-endif
-
 all: $(BINARIES)
 
 %: %.icl $(wildcard *.[id]cl)