aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-29 18:18:37 +0200
committerBad Diode <bd@badd10de.dev>2023-08-29 18:18:37 +0200
commit56c43c1e27fb6cd2c536ce12a199ad69acfd3633 (patch)
tree72bc42696cbdd3500aaac730bb1ef656245c0ef2 /Makefile
parent4f0a38e9b1d98d07a36499e3024518b7e78f261c (diff)
downloaduxngba-56c43c1e27fb6cd2c536ce12a199ad69acfd3633.tar.gz
uxngba-56c43c1e27fb6cd2c536ce12a199ad69acfd3633.zip
Test and fix DEO with (DEI/DEO2 et al still incorrect)
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)