?? makefile
字號(hào):
#This Makefile compiles#tri.c (the default target) and comb.c##-----------------------------------------tri: tri.o gcc -o tri tri.o tri.o: tri.c macros.h gcc -c tri.c#-----------------------------------------comb: comb.o gcc -o comb comb.o comb.o: comb.c gcc -c comb.c#-----------------------------------------
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -