9d0cf6c3ba
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2364 dfc29bdd-3216-0410-991c-e03cc46cb475
9 lines
103 B
Makefile
9 lines
103 B
Makefile
DIRS = $(wildcard [012]* Demo)
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
-@cd $@ && make clean && make
|
|
|
|
.PHONY: $(DIRS)
|