oopic.t
来自「pic 模拟程序!面向对象」· T 代码 · 共 26 行
T
26 行
#! Use the common Unix template#$ IncludeTemplate("recproj.t");####### Additional targets############ Note the system of last build###########all: lastbuildlastbuild: rm -f lastbuild* ( machname=`uname -m | sed 's/\//-/'` ;\ touch lastbuild=$(PROJ_ENV)-$$machname )clean: cleanlastbuildcleanlastbuild: rm -f lastbuild*releasedocs: apidocs (cd docs; makedist)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?