📄 makefile~
字号:
SHELL=/bin/sh# following is needed only for HP-UX machines that don't recognize getarg:#MACHINE=-DHPprotonate: protonate.o $(FC) -o $@ protonate.o.f.o: /lib/cpp -P -DLSQ $*.f > _$*_.f $(FC) -c _$*_.f /bin/mv _$*_.o $*.o /bin/rm _$*_.fclean: -/bin/rm protonate *.o
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -