libscheaders/Makefile

7 lines
137 B
Makefile
Raw Normal View History

2020-03-16 15:11:40 +01:00
HDRS := $(wildcard *.hpp)
PREFIX ?= /usr/local/include
install: $(HDRS)
mkdir -p $(PREFIX)/sc
install -c -m 0666 $(HDRS) $(PREFIX)/sc