summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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