⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 linux下的人机对话编程
💻
字号:
C=gccLDLIBS=`gnome-config --libs gnomeui` CFLAGS=-Wall -g `gnome-config --cflags gnomeui`all: main bg switch frame text line field sg popmenu sig toggle SySInfobg:	bg.oswitch: switch.oframe:	frame.otext:	text.oline:	line.ofield:	field.osg:	sg.opopmenu:	popmenu.osig:	sig.otoggle:	toggle.oSySInfo:	SySInfo.omain:	main.oclean:	rm -f main 	rm -f bg	rm -f switch	rm -f frame	rm -f text	rm -f line	rm -f field	rm -f sg	rm -f popmenu	rm -f sig	rm -f toggle	rm -f SySInfo	rm -f *.o

⌨️ 快捷键说明

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