6 lines
68 B
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
test: test.o
gcc -o test test.o -lm
test.o: test.c
gcc -c test.c