aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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