makefile
来自「一个解RAR文件的开发库源码」· 代码 · 共 28 行
TXT
28 行
############################################################################## 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 + =
减小字号Ctrl + -
显示快捷键?