From fe808525acbc71410e22bbb6b5cfa5266b2dd30f Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 25 Mar 2014 14:31:07 -0500 Subject: fixed a bug in libirc where pong was sending ping. dunno. I don't remember what else I did. --- libirc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libirc/Makefile') diff --git a/libirc/Makefile b/libirc/Makefile index 2ed3299..95c7451 100644 --- a/libirc/Makefile +++ b/libirc/Makefile @@ -9,3 +9,6 @@ $(TARGET): clean: rm -f libirc.so + +install: + cp $(TARGET) /usr/local/lib/$(TARGET) -- cgit v1.2.3