Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
hp
/
gits-r-us
Segui
4
Vota
2
Forka
1
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
ab142472bb
Rami (Branch)
Tag
master
gits-r-us
/
Makefile
Makefile
103 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
all:
ninja-build -v -C build/
test:
ninja-build -C build/ test
clean:
ninja-build -C build/ clean