Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
CYBERDEViL
/
irrlicht-code
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
1
Gałąź:
master
Gałęzie
Tagi
dev
master
resize_event
irrlicht-code
/
examples
/
Makefile
Makefile
104 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
8
9
DIRS = $(wildcard [0123]* Demo)
all: $(DIRS)
$(DIRS):
-@cd $@ && make clean && make
.PHONY: $(DIRS)