mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-21 21:30:27 +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)
|