9 lines
80 B
Makefile
9 lines
80 B
Makefile
|
|
||
|
all:
|
||
|
$(MAKE) -C .. examples
|
||
|
|
||
|
%: %.cpp
|
||
|
$(MAKE) -C .. examples/$@
|
||
|
|
||
|
.PHONY: all
|