mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-14 14:30:29 +01:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
DIRS = $(wildcard [012]* Demo)
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
-@cd $@ && make clean && make
|
|
|
|
.PHONY: $(DIRS)
|