mirror of
https://github.com/red0124/ssp.git
synced 2025-06-08 05:12:30 +02: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
|