makefile

来自「1995年ACM contest FINAL试题和源码」· 代码 · 共 19 行

TXT
19
字号
TARGETS = IntersectionManuel.c:	gcc -ansi -pedantic -Wall -o $@ $<samples:	$(TARGETS)testset:	intersection.solintersection.sol:	IntersectionManuel intersection.in	./IntersectionManuel	mv intersection.out intersection.solclean:	rm -f ${TARGETS}	rm -f *%	rm -f intersection.out intersection.sol	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?