aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7a3af6..4e5bab3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ endif
63main: $(BUILD_DIR) $(ROM) $(BIN) 63main: $(BUILD_DIR) $(ROM) $(BIN)
64 64
65$(ROM): $(TOOLS_BIN2CARR) 65$(ROM): $(TOOLS_BIN2CARR)
66 ./tools/bin2carr/build/bin2carr -n uxn_rom -e u16 -o $(ROM) $(ROM_SRC) 66 ./tools/bin2carr/build/bin2carr -n uxn_rom -e u8 -o $(ROM) $(ROM_SRC)
67 67
68# Strip and fix header to create final .gba file. 68# Strip and fix header to create final .gba file.
69$(BIN): $(ELF) 69$(BIN): $(ELF)