📄 makefile
字号:
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 + -