⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 该文件是rt_linux
💻
字号:
# Makefile for 680x0 Linux 68060 integer/floating point support package## This file is subject to the terms and conditions of the GNU General Public# License.  See the file "README.legal" in the main directory of this archive# for more details..S.o:	$(CC) $(AFLAGS) -traditional -c -o $*.o $<OS_TARGET := ifpsp.oOS_OBJS	  := fskeleton.o iskeleton.o os.oall:	$(OS_TARGET)include $(TOPDIR)/Rules.make$(OS_OBJS):$(OS_TARGET): $(OS_OBJS)	$(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -