HDRS := $(wildcard *.hpp) PREFIX ?= /usr/local/include install: $(HDRS) mkdir -p $(PREFIX)/sc install -c -m 0666 $(HDRS) $(PREFIX)/sc