X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=Makefile;h=4be80d8e73b255d4fcf01f1bbb8777d471ddc320;hp=19086b68703eebb27e8c05acec70455246a0d279;hb=befcf2ab2ca4e80eebcbd839ce4a0375ae9a6012;hpb=d0094022a0169765678e500d2713db15433248bd diff --git a/Makefile b/Makefile index 19086b6..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,8 +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 +BINARIES:=IRC cloogle #test all: $(BINARIES)