📄 makefile
字号:
## Makefile - SaVi maps directory. Run top-level Makefile instead.## $Id: Makefile,v 1.4 2004/01/07 16:42:34 lloydwood Exp $ SHELL = /bin/sh RM = /bin/rm -f OTHER_SRCS = world.cyl.pbm world1024.cyl.pbm \ world.unp.pbm world1024.unp.pbm \ world90W.sinu.pbm world90W1024.sinu.pbmall:clean: $(RM) *~ $(CLEAN_FILES)tarfilelist:: @srcs="Makefile $(SRCS) $(OTHER_SRCS)" ; \ for i in $$srcs ; do \ echo "$(CURRENT_DIR)/$$i" >> $(TOP)/fileslist ; \ done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -