rosaria/Legacy/Aria/ArNetworking/examples/Makefile

9 lines
80 B
Makefile
Raw Permalink Normal View History

2021-12-16 15:07:59 +01:00
all:
$(MAKE) -C .. examples
%: %.cpp
$(MAKE) -C .. examples/$@
.PHONY: all