summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-22 01:13:11 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-22 01:13:11 -0500
commitf4c980e4b38165322ad005e032cfbda40471b9ed (patch)
tree605f39e4398dcc85cfd5d7e1db89fba7bb1e1811 /Makefile
parent7f82cd9b726f69f01c243833058e438c4e22b84f (diff)
downloadsegfault-f4c980e4b38165322ad005e032cfbda40471b9ed.tar.gz
segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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