nds/arm7/Makefile
2024-09-01 23:01:00 -05:00

12 lines
99 B
Makefile

OPT = -Os
OBJ = \
start.o
all: arm7.bin
arm7.elf: $(OBJ)
include arm7.mk
include ../common.mk