mirror of
https://github.com/buhman/nds.git
synced 2025-06-18 14:35:38 -04:00
12 lines
99 B
Makefile
12 lines
99 B
Makefile
OPT = -Os
|
|
|
|
OBJ = \
|
|
start.o
|
|
|
|
all: arm7.bin
|
|
|
|
arm7.elf: $(OBJ)
|
|
|
|
include arm7.mk
|
|
include ../common.mk
|