diff options
author | epochqwert <epoch@hacking.allowed.org> | 2016-05-16 10:15:04 +0000 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2016-05-16 10:15:04 +0000 |
commit | d192cd24925f2925b577b721edbf80e65dc3d73c (patch) | |
tree | 7a73223540826ce7911ced516993e41545447543 /Makefile | |
parent | 9c15fbe768917dbc724afc58c84f4d4cf455b75e (diff) | |
download | libirc-d192cd24925f2925b577b721edbf80e65dc3d73c.tar.gz libirc-d192cd24925f2925b577b721edbf80e65dc3d73c.zip |
updated link.c to better handle ACTIONs and made presence be notices instead of PM.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ $(TARGET): clean: rm -f libirc.so -install: +install: all cp $(TARGET) /usr/local/lib/$(TARGET) cp irc.h /usr/local/include/irc.h |