irrlicht/examples/Makefile

9 lines
104 B
Makefile
Raw Normal View History

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