Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
CYBERDEViL
/
irrlicht-code
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
1
Träd:
3824b91b2c
Grenar
Taggar
dev
master
resize_event
irrlicht-code
/
examples
/
Makefile
Makefile
104 B
Historik
Rå
1
2
3
4
5
6
7
8
9
DIRS = $(wildcard [0123]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)