aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2016-05-16 10:15:04 +0000
committerepochqwert <epoch@hacking.allowed.org>2016-05-16 10:15:04 +0000
commitd192cd24925f2925b577b721edbf80e65dc3d73c (patch)
tree7a73223540826ce7911ced516993e41545447543 /Makefile
parent9c15fbe768917dbc724afc58c84f4d4cf455b75e (diff)
downloadlibirc-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6c38fb..26490c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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