irrlicht/examples/Makefile
hybrid 2f2f23c21a Fix some warnings under Linux.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2149 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-01-27 17:45:16 +00:00

9 lines
103 B
Makefile

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