?? makefile
字號:
CC = gccttt_test: tictactoe.o ttt_test.o $(CC) ttt_test.o tictactoe.o -o ttt_test `gtk-config --libs`ttt_test.o: ttt_test.c tictactoe.h $(CC) `gtk-config --cflags` -c ttt_test.c -o ttt_test.otictactoe.o: tictactoe.c tictactoe.h $(CC) `gtk-config --cflags` -c tictactoe.c -o tictactoe.oclean: rm -f *.o ttt_test
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -