c-random/cbase/Makefile
2020-06-09 17:51:23 +02:00

5 lines
72 B
Makefile

test:
cd data/ && $(MAKE) test
cd algo/ && $(MAKE) test
.PHONY: test