From 086c9a75ea8c5840477aa52569231c231fcd90dd Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 19 May 2019 10:08:55 +0000 Subject: fixed makefile to build ircify without needing to make install first --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3