summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-03-02 08:09:36 -0600
committerepoch <epoch@hacking.allowed.org>2014-03-02 08:09:36 -0600
commitced0c04fd6db87e35fe30e2aa3c7f1a40a4fd7e0 (patch)
tree3cbe533462b8a7ec3b7554a4744c2e83de0e8d6d /compile.sh
parent81b089b15360caab73afa57a2c9c0d85ab61a433 (diff)
downloadsegfault-ced0c04fd6db87e35fe30e2aa3c7f1a40a4fd7e0.tar.gz
segfault-ced0c04fd6db87e35fe30e2aa3c7f1a40a4fd7e0.zip
made some stuff a bit prettier.
added %m and segnick variable for self nick stuff you can use git diff for anything else.
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 6c17703..ced7354 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,4 +2,4 @@
cd libirc
./compile.sh
cd ..
-gcc -Wall -o segfault segfault.c -lirc -Llibirc -Ilibirc
+gcc -pedantic -Wall -o segfault segfault.c -lirc -Llibirc -Ilibirc