Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
hp
/
gits-r-us
Suivre
4
Voter
2
Fork
1
Fichiers
Tickets
1
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
gits-r-us
/
Makefile
Makefile
103 B
Lien permanent
Historique
Raw
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