fix parsing and printing of numeric replies
[cloogle-irc.git] / Makefile
index 31a4240..5b95983 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,9 @@ CLMLIBS:=\
        -I $(CLEAN_HOME)/lib/Generics\
        -I $(CLEAN_HOME)/lib/TCPIP\
        -I $(CLEAN_HOME)/lib/Dynamics\
-       -I ./cloogle-sub/backend
+       -I ./libcloogle
 
-BINARIES:=test IRC
+BINARIES:=test IRC cloogle
 
 all: $(BINARIES)