- Fix Makefile on FreeBSD (does not honour CPPFLAGS)
This commit is contained in:
parent
46a5f87af7
commit
811cb8e9a5
3
Makefile
3
Makefile
@ -3,7 +3,8 @@ PREFIX?=/usr/local
|
||||
CPPFLAGS=-I$(PREFIX)/include -I./libpidutil
|
||||
LDFLAGS=-L$(PREFIX)/lib -L./libpidutil
|
||||
LDLIBS=-lpidutil
|
||||
FLAGS=-Wall -Wextra -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||
CFLAGS=-Wall -Wextra -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||
CFLAGS+=$(CPPFLAGS)
|
||||
|
||||
.PHONY: libpidutil get-deps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user