This website works better with JavaScript
Home
Explore
Help
Sign In
PoleCalcul
/
tutoriaux_calculco
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3daad1b651
Branches
Tags
master
tutoriaux_ca...
/
OAR_array
/
Makefile
Makefile
83 B
History
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.* *~