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 :=