📄 makefile
字号:
# slkdfsdsfdCOMPILER=gcc -cLINKER=gccLINKOPT=-lmall: testinstall: cp test /usr/local/bin/clean: rm -f test *.otest: main.o link.o output.o $(LINKER) $(LINKOPT) -o test main.o link.o output.omain.o: main.c common.h link.h output.h $(COMPILER) -o main.o main.c%.o: %.c common.h $(COMPILER) $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -