test:test.o gcc test.o -o test test.o:test.s gcc -c test.s -o test.o test.s:test.i gcc -S test.i -o test.s test.i:test.c gcc -E test.c -o test.i .PHONY:clean clean: rm -f test.s test.i test.o test
时间: 2024-10-25 11:14:48
test:test.o gcc test.o -o test test.o:test.s gcc -c test.s -o test.o test.s:test.i gcc -S test.i -o test.s test.i:test.c gcc -E test.c -o test.i .PHONY:clean clean: rm -f test.s test.i test.o test