mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
16 lines
280 B
Diff
16 lines
280 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d05ccba..1011447 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -13,9 +13,7 @@ RGBDS :=
|
|
|
|
ASM := $(RGBDS)rgbasm
|
|
ASFLAGS := \
|
|
- --export-all\
|
|
- --halt-without-nop\
|
|
- --preserve-ld
|
|
+ --export-all
|
|
|
|
LD := $(RGBDS)rgblink
|
|
LDFLAGS :=
|