makefile
来自「非常著名的C++ Templates 完全导引范例配套的原代码」· 代码 · 共 23 行
TXT
23 行
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 + =
减小字号Ctrl + -
显示快捷键?