irrlicht/examples/Makefile
2020-05-16 23:31:28 +02:00

9 lines
103 B
Makefile

DIRS = $(wildcard [012]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)