From c89ea072ef3a9a83feb1d853bed914a4bcb199c4 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 22 May 2021 23:40:12 +0200 Subject: Update makefile to try to fix a build issue on macOS --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d91466d..bf1f4f6 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,8 @@ endif main: tools $(BUILD_DIR) $(ROM) $(BIN) $(ROM): - ./tools/bin2carr/build/bin2carr $(ROM_SRC) \ - -n uxn_rom \ - -e u16 \ - -o $(ROM) + ./tools/bin2carr/build/bin2carr -n uxn_rom -e u16 -o $(ROM) \ + $(ROM_SRC) # Strip and fix header to create final .gba file. $(BIN): $(ELF) -- cgit v1.2.1