nds/arm7/Makefile
2024-09-01 22:59:03 -05:00

12 lines
99 B
Makefile

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