makefile

来自「实现非阻塞方式IO(NBIO)的java类」· 代码 · 共 19 行

TXT
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?