diff options
author | epoch <epoch@hacking.allowed.org> | 2014-03-02 08:09:36 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-03-02 08:09:36 -0600 |
commit | ced0c04fd6db87e35fe30e2aa3c7f1a40a4fd7e0 (patch) | |
tree | 3cbe533462b8a7ec3b7554a4744c2e83de0e8d6d /compile.sh | |
parent | 81b089b15360caab73afa57a2c9c0d85ab61a433 (diff) | |
download | segfault-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-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |