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

📄 makefile

📁 实现非阻塞方式IO(NBIO)的java类
💻
字号:
NODOCS = trueBASE = $(shell pwd | sed 's@\(.*\)/ninja2.*$$@\1/ninja2@' )all: Makefile.here hereMakefile.here: configure Makefile.here.in	./configureconfigure: configure.in	autoconfhere:	$(MAKE) -f Makefile.here allclean: 	if [ -f Makefile.here ]; then $(MAKE) -f Makefile.here clean; fi	rm -f Makefile.here config.cache config.status config.log

⌨️ 快捷键说明

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