From 04e1a88e14844fa692c6bb6b484a2a2d9207f194 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sat, 7 Feb 2015 03:43:14 -0600 Subject: took out startup_stuff because server messages can be handled now. !alias !004 !raw join #defualt or whatever you want the bot to do. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1db303..4f9aa5e 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ clean: rm -f segfault install: - cp -f libhashtable/libhashtable.so /usr/local/lib/ - cp -f libirc/libirc.so /usr/local/lib/ + cd libirc && $(MAKE) install + cd libhashtable && $(MAKE) install cp -f segfault /usr/local/bin/segfault -- cgit v1.2.3