fixed make vars to be consistent with other lib makefiles
This commit is contained in:
parent
2dc9475ef7
commit
7ce22f6135
8
Makefile
8
Makefile
@ -1,6 +1,8 @@
|
|||||||
HDRS := $(wildcard *.hpp)
|
HDRS := $(wildcard *.hpp)
|
||||||
PREFIX ?= /usr/local/include
|
|
||||||
|
PREFIX ?= /usr/local
|
||||||
|
INCLUDEDIR ?= $(PREFIX)/include
|
||||||
|
|
||||||
install: $(HDRS)
|
install: $(HDRS)
|
||||||
mkdir -p $(PREFIX)/sc
|
mkdir -p $(INCLUDEDIR)/sc
|
||||||
install -c -m 0666 $(HDRS) $(PREFIX)/sc
|
install -c -m 0666 $(HDRS) $(INCLUDEDIR)/sc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user