📄 makefile
字号:
############################################################################## Makefile for urarfilelib example# Generated by tmake at 12:39, 2000/08/25## adapted by jw@tks6.net#################################################################################### Compiler, tools and optionsall: @echo Please type @echo " 'make linux' for the linux version " @echo " 'make sun' for the Sun/Solaris version"clean: -rm -f *.o example.linux example.sunos -rm -f *~ core -rm -f *.bin -rm -f ../urarfilelib/urarlib.oLinux: linuxlinux: @echo Building the Linux version make -f Makefile.Linuxsun: @echo Building the Linux version make -f Makefile.SunOS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -