mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Import irrlicht 1.8.4 release
This commit is contained in:
8
examples/Makefile
Normal file
8
examples/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
DIRS = $(wildcard [012]* Demo)
|
||||
|
||||
all: $(DIRS)
|
||||
|
||||
$(DIRS):
|
||||
-@cd $@ && make clean && make
|
||||
|
||||
.PHONY: $(DIRS)
|
Reference in New Issue
Block a user