📄 makefile
字号:
#******************************************************************************
# System Name : This program is only for education.
# File Name : makefile(eat insect)
# Contents : Practice 4-B complete this makefile
# Model : OAKS16-LCD Board
# CPU : M16C/60 Serials
# Compiler : NC30WA(V.4.00 Release 2 - Entry)
# OS : NON
# Programer : RENESAS Semiconductor Training Center
# Note : For OAKS16-M30620FCAFP(M16C/62group,16MHz)
#******************************************************************************
E06.X30:startup.r30 main.r30
ln30 startup.r30 main.r30 -G -L nc30lib.lib -MS -T -O E06.x30
startup.r30:target.inc sect.inc
as30 -LSIM -S -T startup.a30
main.r30:main.c sfr62p.h
nc30 -c -g -fB -WUP -WNP -Wmake_tagfile -fER -fFRAM main.c
clean:
-del *.r30
-del *.lst
-del *.map
-del *.x30
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -