rosaria/Legacy/Aria/ArNetworking/tests/Makefile
2021-12-16 14:07:59 +00:00

10 lines
75 B
Makefile

.PHONY: all
all:
$(MAKE) -C .. tests
%: %.cpp
$(MAKE) -C .. tests/$@