This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
PoleCalcul
/
tutoriaux_calculco
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
fda3a6d3cb
Branches
Tags
master
tutoriaux_ca...
/
usage_avance
/
OAR_array
/
Makefile
Makefile
83 B
Historique
Raw
1
2
3
4
5
6
all: pi.c
gcc -std=c99 -Wall -o pi.exe pi.c
clean:
rm -f pi.exe *.o core.* *~