irrlicht/examples/Makefile

9 lines
102 B
Makefile

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