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

📄 makefile

📁 在AVR单片机上使用的一款RTOS
💻
字号:
#TEX4HT_OPTIONS="xhtml,frames,refcaption,info"TEX4HT_OPTIONS="index,xhtml,3,frames,refcaption"TARGET=index#all:$(TARGET).tex#	latex $(TARGET)#	latex $(TARGET)#	latex $(TARGET)#	tex4ht $(TARGET) #	t4ht $(TARGET)all:$(TARGET).ru	xhlatex $(TARGET).ru $(TEX4HT_OPTIONS)#	mv $(TARGET)*.html $(TARGET)*.html.ru     clean:	rm -f $(TARGET).lg	rm -f *.html	rm -f *.html.ru	rm -f $(TARGET).dvi 	rm -f $(TARGET).lg 	rm -f $(TARGET).xref 	rm -f $(TARGET).idv 	rm -f $(TARGET).toc 	rm -f $(TARGET).otc	rm -f $(TARGET).4tc	rm -f $(TARGET).4ct	rm -f $(TARGET).tmp 	rm -f $(TARGET).aux 	rm -f $(TARGET).css	rm -f $(TARGET).log	rm -f $(TARGET).out	rm -f $(TARGET).idxcleantex:	rm -f $(TARGET).lg	rm -f $(TARGET).dvi 	rm -f $(TARGET).lg 	rm -f $(TARGET).idv 	rm -f $(TARGET).toc 	rm -f $(TARGET).otc	rm -f $(TARGET).4tc	rm -f $(TARGET).4ct	rm -f $(TARGET).tmp 	rm -f $(TARGET).aux 	rm -f $(TARGET).log	rm -f $(TARGET).out	rm -f $(TARGET).idx

⌨️ 快捷键说明

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