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

📄 makefile

📁 Libnet is a cross-platform library aimed at game developers. It has an abstract high level API, whic
💻
字号:
all: html text info texinfo cleanhtml: build	rm -f libnet.html	cp -f src/libnet.html .text: build	rm -f libnet.txt	cp -f src/libnet.txt .info: build	rm -f libnet.info	cp -f src/libnet.info .texinfo: build	rm -f libnet.txi	cp -f src/libnet.txi .build:	$(MAKE) -C srcclean:	$(MAKE) -C src verycleanveryclean: clean	rm -f libnet*.*

⌨️ 快捷键说明

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