3 lines
49 B
Makefile
3 lines
49 B
Makefile
|
all:
|
||
|
gcc -o getPrimeNumber getPrimeNumber.c -lm
|