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

📄 makefile.am

📁 inger小型c编译器源码
💻 AM
字号:
####### kdevelop will overwrite this part!!! (begin)##########EXTRA_DIST = gentex.pl book.otx history.otx lexer.otx grammar.otx preprocessor.otx error.otx symboltable.otx requirements.otx software.otx lexerappendix.otx####### kdevelop will overwrite this part!!! (end)############all: gentex.pl book.otx history.otx lexer.otx grammar.otx preprocessor.otx error.otx symboltable.otx requirements.otx software.otx lexerappendix.otx	perl gentex.pl	# pdflatex book.tex	# pdflatex book.texdistclean:	rm -f book.aux	rm -f book.log	rm -f book.tex	rm -f book.toc	rm -f book.pdf	rm -f history.aux	rm -f history.tex	rm -f lexer.aux	rm -f lexer.tex	rm -f grammar.aux	rm -f grammar.tex	rm -f preprocessor.aux	rm -f preprocessor.tex	rm -f error.aux	rm -f error.tex	rm -f symboltable.aux	rm -f symboltable.tex	rm -f requirements.aux	rm -f requirements.tex	rm -f software.aux	rm -f software.tex	rm -f lexerappendix.aux	rm -f lexerappendix.tex

⌨️ 快捷键说明

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