add makefile

This commit is contained in:
ado 2020-12-10 20:09:42 +01:00
parent 9d45ff7b62
commit 1f502d2afa

7
makefile Normal file
View File

@ -0,0 +1,7 @@
install:
cp -r ./include/ss/ /usr/include/
test:
cd test && $(MAKE) -j4 && $(MAKE) test && $(MAKE) clean
.PHONY: install test