summaryrefslogtreecommitdiff
path: root/libirc/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-03-25 14:31:07 -0500
committerepoch <epoch@hacking.allowed.org>2014-03-25 14:31:07 -0500
commitfe808525acbc71410e22bbb6b5cfa5266b2dd30f (patch)
tree3f8c846779b2c4021055f439491b6b9ba97c14dc /libirc/Makefile
parent3dd05e6279a03b9321982e01237401745909670d (diff)
downloadsegfault-fe808525acbc71410e22bbb6b5cfa5266b2dd30f.tar.gz
segfault-fe808525acbc71410e22bbb6b5cfa5266b2dd30f.zip
fixed a bug in libirc where pong was sending ping. dunno.
I don't remember what else I did.
Diffstat (limited to 'libirc/Makefile')
-rw-r--r--libirc/Makefile3
1 files changed, 3 insertions, 0 deletions
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)