irrlicht/examples/Makefile

9 lines
103 B
Makefile
Raw Normal View History

2020-05-16 23:31:28 +02:00
DIRS = $(wildcard [012]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)