Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
strlst
/
primesieve
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a50c989422
Rami (Branch)
Tag
master
primesieve
/
Makefile
Makefile
94 B
Cronologia
Originale
1
2
3
4
5
6
7
8
OPTIONS:=
ps: ps.c
gcc -Wall -std=c99 -pedantic -g ps.c -o ps $(OPTIONS)
clean:
rm -rf ps