From 40d22c55381f02053b8a076c633325f845db2ea2 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 7 Feb 2024 14:34:00 +0100 Subject: Prepare for release --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58ff775..e464b75 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS)) INC_FLAGS += -I$(LIBGBA_SRC) # Output library names and executables. -TARGET := STEPPER-v1.8-dev-23 +TARGET := STEPPER-v1.8 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba @@ -54,7 +54,6 @@ DEBUG_CFLAGS := -DDEBUG -O2 -g # Setup debug/release builds. # make clean && make DEBUG=0 # make clean && make DEBUG=1 -# TODO: make a new debugging mode with extra options (sanitizers, etc.) DEBUG ?= 0 ifeq ($(DEBUG), 1) CFLAGS += $(DEBUG_CFLAGS) -- cgit v1.2.1