📄 makefile
字号:
CC = gcc -g all: notebooknotebook: notebook.o $(CC) `gtk-config --libs` notebook.o -o notebook notebook.o: notebook.c $(CC) `gtk-config --cflags` -c notebook.c -o notebook.oclean: rm notebook *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -