diff options
author | epoch <epoch@hack.thebackupbox.net> | 2019-11-15 04:03:33 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2019-11-15 04:03:33 +0000 |
commit | 58ba5c203e7a6ee5c10fd063fd3981df3d9546dc (patch) | |
tree | f56bb39590e2f97afb1d99afc5d931daa0eaaefc | |
parent | 9f0a23d0ad876a49c110d4fc963c0da3f912db91 (diff) | |
download | libirc-58ba5c203e7a6ee5c10fd063fd3981df3d9546dc.tar.gz libirc-58ba5c203e7a6ee5c10fd063fd3981df3d9546dc.zip |
added -I to also include $(PREFIX)'s include too
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |