mirror of
https://github.com/minetest/irrlicht.git
synced 2025-04-11 15:10:21 +02:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
DIRS = $(wildcard [012]* Demo)
|
|
|
|
all: $(DIRS)
|
|
|
|
$(DIRS):
|
|
-@cd $@ && make clean && make
|
|
|
|
.PHONY: $(DIRS)
|