This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cyh
/
acg_exp3
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
eacac71baa
Branches
Tags
master
acg_exp3
/
build.sh
build.sh
58 B
Historique
Raw
1
2
3
4
5
6
#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j
cd ..