?? makefile
字號:
C=gccLDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui`all: main bg switch frame text line field sg popmenu sig toggle SySInfobg: bg.oswitch: switch.oframe: frame.otext: text.oline: line.ofield: field.osg: sg.opopmenu: popmenu.osig: sig.otoggle: toggle.oSySInfo: SySInfo.omain: main.o gcc -o main main.c bg.c switch.c frame.c text.c line.c field.c sg.c popmenu.c sig.c toggle.c SySInfo.c `gnome-config --cflags --libs gnomeui`clean: rm -f main rm -f bg rm -f switch rm -f frame rm -f text rm -f line rm -f field rm -f sg rm -f popmenu rm -f sig rm -f toggle rm -f SySInfo rm -f *.o
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -