5 lines
72 B
Makefile
5 lines
72 B
Makefile
test:
|
|
cd data/ && $(MAKE) test
|
|
cd algo/ && $(MAKE) test
|
|
|
|
.PHONY: test
|