📄 makefile
字号:
include ../Makefile.hPROGS = OUTPROGS = type1test typestype1test.ott: type1test type1test.outtypes.ott: types types.outtype1test.ctt: type1.hpptypet.hpp: type1.hpp type2.hpp type3.hpp type4.hpp type5.hpp type6.hpp \ type7.hpp type8.hpp typet.htt sed -f $(TTT2CPP) < $*.htt > $*.tmp ../../bin/replinclude $*.tmp > $*.hpptypes.ctt: typet.hpptypes.ott: types.outclean:: rm -f typeop.tmp typet.tmp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -