📄 makefile
字号:
CC = gccCFLAGS = -O2 all: test_get test_posttest_get: test_get.c $(CC) $(CFLAGS) -o test_get test_get.ctest_post: test_post.c $(CC) $(CFLAGS) -o test_post test_post.c clean: rm -f test_get test_post *~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -