makefile
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 代码 · 共 35 行
TXT
35 行
CFLAGS = -n -O -sall: tek t300 t300s t450 vplot :cp: all cp tek t300 t300s t450 vplot /bin rm tek t300 t300s t450 vplot driver.ocmp: all cmp tek /bin/tek rm tek cmp t300 /bin/t300 rm t300 cmp t300s /bin/t300s rm t300s cmp t450 /bin/t450 rm t450 cmp vplot /bin/vplot rm vplot rm -f driver.otek: driver.o cc -n -s -o tek driver.o -lt4014 -lmt300: driver.o cc -n -s -o t300 driver.o -lt300 -lmt300s: driver.o cc -n -s -o t300s driver.o -lt300s -lmt450: driver.o cc -n -s -o t450 driver.o -lt450 -lmvplot: chrtab.o vplot.o cc -n -s -o vplot vplot.o chrtab.o rm vplot.o chrtab.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?