summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-04-17 12:32:25 +0200
committerBad Diode <bd@badd10de.dev>2021-04-17 12:32:25 +0200
commitc9d5551c24b742b9704da409ce349ae93ded802e (patch)
tree03e8f63eeda88aae14b8a0d378f0984188ae1fe5 /Makefile
parentafc0e9d93285b5bd2db808f3c5d735b566c2f8a6 (diff)
downloadgba-experiments-c9d5551c24b742b9704da409ce349ae93ded802e.tar.gz
gba-experiments-c9d5551c24b742b9704da409ce349ae93ded802e.zip
Rename DISP_CONTROL to DISP_CTRL
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbd5fe3..ae1e158 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ WATCH_SRC := $(wildcard $(SRC_DIR)/*.c)
18WATCH_SRC += $(wildcard $(SRC_DIR)/*.h) 18WATCH_SRC += $(wildcard $(SRC_DIR)/*.h)
19 19
20# Output library names and executables. 20# Output library names and executables.
21TARGET := first 21TARGET := experiments
22BUILD_DIR := build 22BUILD_DIR := build
23ELF := $(BUILD_DIR)/$(TARGET).elf 23ELF := $(BUILD_DIR)/$(TARGET).elf
24BIN := $(BUILD_DIR)/$(TARGET).gba 24BIN := $(BUILD_DIR)/$(TARGET).gba