Update references to github
[cloogle-irc.git] / Makefile
index 80b0c7e..b7fe4b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,12 @@
-CLEAN_HOME?=/opt/clean
 CLM:=clm
 
-override CLMFLAGS+=-nt -dynamics -lat -d -nsa -nou
-GCCVERSIONGTEQ6:=$(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 6)
-ifeq "$(GCCVERSIONGTEQ6)" "1"
-       override CLMFLAGS+=-l -no-pie
-endif
+override CLMFLAGS+=-nt
 
 CLMLIBS:=\
-       -I $(CLEAN_HOME)/lib/Platform\
-       -I $(CLEAN_HOME)/lib/Platform/Deprecated/StdLib\
-       -I $(CLEAN_HOME)/lib/Generics\
-       -I $(CLEAN_HOME)/lib/TCPIP\
-       -I $(CLEAN_HOME)/lib/Dynamics\
-       -I ./libcloogle
+       -IL Platform\
+       -IL TCPIP\
+       -I ./libcloogle\
+       -I ./clean-selectloop/libraries
 
 BINARIES:=IRC IRCBot cloogleirc #test