Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ROM = $(BINDIR)/$(ROMNAME).$(ROMEXT)
# Argument constants
INCDIRS = src/ src/include/ src/bin/
WARNINGS = all extra
ASFLAGS = -v -L -p $(PADVALUE) $(addprefix -i,$(INCDIRS)) $(addprefix -W,$(WARNINGS))
ASFLAGS = -v -p $(PADVALUE) $(addprefix --include ,$(INCDIRS)) $(addprefix -W,$(WARNINGS))
LDFLAGS = -p $(PADVALUE)
FIXFLAGS = -p $(PADVALUE) -v -i "$(GAMEID)" -k "$(LICENSEE)" -l $(OLDLIC) -m $(MBC) -n $(VERSION) -r $(SRAMSIZE) -t $(TITLE)

Expand Down
3 changes: 0 additions & 3 deletions project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ ROMEXT := gb
# Compilation parameters, uncomment to apply, comment to cancel
# "Sensible defaults" are included

# Disable automatic `nop` after `halt`
ASFLAGS += -h

# Export all labels
# This means they must all have unique names, but they will all show up in the
# .sym and .map files
Expand Down