Skip to content

Commit 1b9e920

Browse files
warut-vijit196bot
andauthored
Remove deprecated -L flag in galactic-armada Makefile (#116)
Co-authored-by: Duke Vijitbenjaronk <[email protected]>
1 parent 8b753fa commit 1b9e920

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

galactic-armada/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ LINK := $(RGBDS)rgblink
2121
FIX := $(RGBDS)rgbfix
2222

2323
# Tool flags
24-
ASMFLAGS := -L
2524
FIXFLAGS := -v -p 0xFF
2625

2726
# https://stackoverflow.com/a/18258352
@@ -89,7 +88,7 @@ ASMSOURCES_DIRS = $(patsubst %,%%.asm,\
8988
# "prepare" step has ran and the graphics are already generated.
9089
define object-from-asm
9190
$(OBJDIR)/%.o: $1 | $(OBJDIR) $(NEEDED_GRAPHICS)
92-
$$(ASM) $$(ASMFLAGS) -o $$@ $$<
91+
$$(ASM) -o $$@ $$<
9392
endef
9493

9594
# Run the macro for each directory listed in ASMSOURCES_DIRS, thereby

0 commit comments

Comments
 (0)