ssp/makefile
2020-12-10 20:09:42 +01:00

8 lines
130 B
Makefile

install:
cp -r ./include/ss/ /usr/include/
test:
cd test && $(MAKE) -j4 && $(MAKE) test && $(MAKE) clean
.PHONY: install test