aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f702b6..33ac6e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-CFLAGS=-fpic -shared -pedantic -Wall -g3
-TARGET=libirc.so
PREFIX:=/usr/local
+CFLAGS=-fpic -shared -pedantic -Wall -g3 -I$(PREFIX)/include
+TARGET=libirc.so
all: libirc.so