diff options
author | epoch <epoch@hacking.allowed.org> | 2014-03-25 14:31:07 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-03-25 14:31:07 -0500 |
commit | fe808525acbc71410e22bbb6b5cfa5266b2dd30f (patch) | |
tree | 3f8c846779b2c4021055f439491b6b9ba97c14dc /libirc/Makefile | |
parent | 3dd05e6279a03b9321982e01237401745909670d (diff) | |
download | segfault-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/Makefile | 3 |
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) |