mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
install:
|
|
cp -r ./include/ss/ /usr/include/
|
|
|
|
test:
|
|
cd test && $(MAKE) -j4 && $(MAKE) test && $(MAKE) clean
|
|
|
|
.PHONY: install test
|