first commit

This commit is contained in:
Bob Polis
2020-03-16 15:11:40 +01:00
commit 2dc9475ef7
5 changed files with 251 additions and 0 deletions

6
Makefile Normal file
View File

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