From edda25e138db1be9039ed996920cc3809280b481 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sun, 4 Feb 2024 07:08:06 -0600 Subject: [PATCH] Update Makefile and main.yml for rgbds v0.7.0 --- .github/workflows/main.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cefa45c..af72c1d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/Makefile b/Makefile index 359aac6c..d79f5f7e 100644 --- a/Makefile +++ b/Makefile @@ -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