⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 unix v7是最后一个广泛发布的研究型UNIX版本
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -