Skip to content

Commit

Permalink
Update Makefile and main.yml for rgbds v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Feb 4, 2024
1 parent 116df1c commit edda25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@master
with:
path: rgbds
ref: v0.6.1
ref: v0.7.0
repository: gbdev/rgbds

- name: Install rgbds
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tools:
$(MAKE) -C tools/


RGBASMFLAGS = -hL -I src/ -Weverything
RGBASMFLAGS = -I src/ -Weverything
# Create a sym/map for debug purposes if `make` run with `DEBUG=1`
ifeq ($(DEBUG),1)
RGBASMFLAGS += -E
Expand Down

0 comments on commit edda25e

Please sign in to comment.