fix printing of numeric reply
[cloogle-irc.git] / Makefile
index ca5595b..570ed8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 cloogle
+BINARIES:=IRC cloogle test
 
 all: $(BINARIES)