This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
PoleCalcul
/
tutoriaux_calculco
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
3500ce6b1d
Rami (Branch)
Tag
master
tutoriaux_ca...
/
OAR_array
/
Makefile
Makefile
83 B
Cronologia
Originale
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.* *~