6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
test: test.o
|
||
|
gcc -o test test.o -lm
|
||
|
test.o: test.c
|
||
|
gcc -c test.c
|
||
|
|