makefile

来自「GNU/Linux程序开发指南书的所有例子源代码」· 代码 · 共 8 行

TXT
8
字号
all:	test_ittest_it:   test_it.cpp PaneWindow.hxx PaneWindow.cpp Component.hxx Component.cpp Label.hxx Label.cpp Button.hxx Button.cpp Text.hxx Text.cpp	g++ -o test_it test_it.cpp PaneWindow.cpp Component.cpp Label.cpp Button.cpp Text.cpp  -L/usr/X11R6/lib -lX11 -lXaw  clean:	rm -f *.o test_it

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?