📄 makefile
字号:
## Makefile - savi oogl directory. Run top-level Makefile instead.## $Id: Makefile,v 1.5 2005/02/02 12:35:44 lloydwood Exp $ SHELL = /bin/sh RM = /bin/rm -f OTHER_SRCS = savi.oogl savilogo.oogl \ stars_h.oogl stars.oogl \ earth_h.oogl earth.oogl numesh.oogl Earth.ppm.Z \ earth_vect_h.oogl earth.vectall: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 + -