9 lines
71 B
Makefile
9 lines
71 B
Makefile
|
|
build:
|
|
cd ..; make setp_dev
|
|
|
|
tests:
|
|
./tests.sh
|
|
|
|
.PHONY: build tests
|