From ca97dc3913735ac0aed03974ada43aede82bec02 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sun, 8 Mar 2015 06:04:41 -0500 Subject: added a linkbot example to libirc, bunch of random shit in segfault I guess. I don't remember. I should commit more. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f9aa5e..2871beb 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ clean: rm -f segfault install: - cd libirc && $(MAKE) install - cd libhashtable && $(MAKE) install + cp -f libirc/libirc.so /usr/local/lib + cp -f libhashtable/libhashtable.so /usr/local/lib +# cd libirc && $(MAKE) install +# cd libhashtable && $(MAKE) install cp -f segfault /usr/local/bin/segfault -- cgit v1.2.3