aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/examples/Makefile
blob: da6588149b8b65e6a02bc873ada4b15be2c8162d (plain)
1
2
3
4
5
6
7
8
DIRS = $(wildcard [012]* Demo)

all: $(DIRS)

$(DIRS):
	-@cd $@ && make clean && make

.PHONY: $(DIRS)