aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d91466d..bf1f4f6 100644
--- a/Makefile
+++ b/Makefile
@@ -55,10 +55,8 @@ endif
55main: tools $(BUILD_DIR) $(ROM) $(BIN) 55main: tools $(BUILD_DIR) $(ROM) $(BIN)
56 56
57$(ROM): 57$(ROM):
58 ./tools/bin2carr/build/bin2carr $(ROM_SRC) \ 58 ./tools/bin2carr/build/bin2carr -n uxn_rom -e u16 -o $(ROM) \
59 -n uxn_rom \ 59 $(ROM_SRC)
60 -e u16 \
61 -o $(ROM)
62 60
63# Strip and fix header to create final .gba file. 61# Strip and fix header to create final .gba file.
64$(BIN): $(ELF) 62$(BIN): $(ELF)