makefile
来自「《Linux程序设计权威指南》源代码」· 代码 · 共 13 行
TXT
13 行
INC = -I$(QTDIR)/includeLIB = -L$(QTDIR)/liball: helloworldhelloworld: helloworld.cpp g++ -o helloworld helloworld.cpp -L/usr/lib -lkdecore $(INC) $(LIB)clean: rm -f *.o *.bak helloworld
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?