diff options
author | epoch <epoch@hack.thebackupbox.net> | 2019-05-19 10:08:55 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2019-05-19 10:08:55 +0000 |
commit | 086c9a75ea8c5840477aa52569231c231fcd90dd (patch) | |
tree | 754d2149525b0bde8268347c12f615055efb46c3 | |
parent | e5f7c3d7379ac23c2e38f328c1821f55bd6874da (diff) | |
download | libidc-086c9a75ea8c5840477aa52569231c231fcd90dd.tar.gz libidc-086c9a75ea8c5840477aa52569231c231fcd90dd.zip |
fixed makefile to build ircify without needing to make install first
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fc8701d..cbbbbae 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ PREFIX:=/usr/local all: libidc.so ircify -ircify: LDLIBS=-lidc +ircify: LDLIBS=-lidc -L. ircify: CFLAGS=-g3 -Wall -pedantic ircify: ircify.c |