6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
test: test.o
|
||
|
$(CC) -o test test.o -lm
|
||
|
test.o: test.c
|
||
|
$(CC) -c test.c
|
||
|
|