?? makefile
字號:
include ../Makefile.hPROGS = duo1 duo5 tuple1OUTPROGS = duo1.cpp: duo1.hpp duo1.cttduo5.cpp: duo5.ctt duo1.hpp duo2.hpp duo3.hpp duo4.hpp duo5.hpp duo6.hpp \ typeop.hppduo2.hpp: duo1.hpp sed -f $(TTT2CPP) < $*.htt | sed '/private:/,$$d' > $*.hpp sed -n '/private/,/};/p' duo1.hpp >> $*.hpptuple1.cpp: tuple1.ctt tuple1.hpp \ duo1.hpp duo2.hpp duo3.hpp duo4.hpp duo5.hpp duo6.hpp \ typeop.hpptypeop.hpp: (cd ../traits; make typeop.hpp) cp ../traits/typeop.hpp .clean:: rm -f typeop*.hpp
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -