X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=Makefile;h=09cf70791ba99f94cfa95df35d205c4a5483e8c4;hp=31a42408ee442ed6460124719cf337c2c49eeee9;hb=5c61e75056305c3199cef1b5d080cc8c4fc23552;hpb=226254ae192a8a5f2a69f3e35a6823fad36f4d0c diff --git a/Makefile b/Makefile index 31a4240..09cf707 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CLEAN_HOME?=/opt/clean CLM:=clm -override CLMFLAGS+=-nt +override CLMFLAGS+=-nt -dynamics GCCVERSIONGTEQ6:=$(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 6) ifeq "$(GCCVERSIONGTEQ6)" "1" override CLMFLAGS+=-l -no-pie @@ -13,9 +13,10 @@ CLMLIBS:=\ -I $(CLEAN_HOME)/lib/Generics\ -I $(CLEAN_HOME)/lib/TCPIP\ -I $(CLEAN_HOME)/lib/Dynamics\ - -I ./cloogle-sub/backend + -I ~/projects/gast/Libraries\ + -I ./libcloogle -BINARIES:=test IRC +BINARIES:=IRC cloogle test all: $(BINARIES)