Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
CYBERDEViL
/
irrlicht-code
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
1
Branch:
master
Branchit
Tagit
dev
master
resize_event
irrlicht-code
/
examples
/
Makefile
Makefile
104 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
7
8
9
DIRS = $(wildcard [0123]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)