X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=Makefile;h=4be80d8e73b255d4fcf01f1bbb8777d471ddc320;hp=5b959835115be26ad6f0bc6d9db7a90d442e285d;hb=befcf2ab2ca4e80eebcbd839ce4a0375ae9a6012;hpb=3df957122a6a6644ff8c8b720d2578010f54087e diff --git a/Makefile b/Makefile index 5b95983..4be80d8 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 ~/projects/gast/Libraries\ -I ./libcloogle -BINARIES:=test IRC cloogle +BINARIES:=IRC cloogle #test all: $(BINARIES)