summaryrefslogtreecommitdiff
path: root/libirc/compile.sh
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 /libirc/compile.sh
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 'libirc/compile.sh')
-rwxr-xr-xlibirc/compile.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/libirc/compile.sh b/libirc/compile.sh
deleted file mode 100755
index 0ff547d..0000000
--- a/libirc/compile.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-gcc -fpic -c libirc.c
-gcc -shared -o libirc.so *.o