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

9 lines
80 B
Makefile

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