From 9898fe6e7e2cf8d24387b617e010ec0610a461b2 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 5 Apr 2023 13:58:32 +0200 Subject: Fix bug in noise channel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0310567..b6e0ada 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 := sequencer +TARGET := STEPPER-v1.0 ELF := $(BUILD_DIR)/$(TARGET).elf BIN := $(BUILD_DIR)/$(TARGET).gba -- cgit v1.2.1