From f4c980e4b38165322ad005e032cfbda40471b9ed Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Mon, 22 Sep 2014 01:13:11 -0500 Subject: deleted the compile.sh shit. using makefiles now. added %~ to point to the bot's cwd. updated README to include useful info about env vars he uses. fixed runme.sh to use libhashtable's directory in LD_LIBRARY_PATH --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eedeed0..07ac98c 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,6 @@ all: $(MAKE) segfault clean: + cd libirc && $(MAKE) clean + cd libhashtable && $(MAKE) clean rm -f segfault -- cgit v1.2.3