📄 makefile
字号:
EXEC=testAPIOBJS=main.o xml.o table.o test.o demo.o CC=gccCFLAGS=-s -Wall$(EXEC): $(OBJS) table.h xml.h gcc -o $(EXEC) $(OBJS) -lpthread #.PHONY cleanclean: rm -f $(EXEC) *.oinstall: cd ~/edgar/Task/src/snapgear/user/testAPI; rm -f *.c *.o *.h testAPI* api.xml readme cp -a *.c *.h api.xml readme ~/edgar/Task/src/snapgear/user/testAPI/ cp -a api.xml /home/edgar/install_xml: cp -f api.xml /root/edgar/Task/src/snapgear/user/testAPI cp -f api.xml /home/edgar/api.xml
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -