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 a007508..0d6dc07 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ WATCH_SRC := $(wildcard $(SRC_DIR)/*.c)
9WATCH_SRC += $(wildcard $(SRC_DIR)/*.h) 9WATCH_SRC += $(wildcard $(SRC_DIR)/*.h)
10 10
11# Output library names and executables. 11# Output library names and executables.
12BIN_NAME := app 12BIN_NAME := sprite2gba
13BUILD_DIR := build 13BUILD_DIR := build
14BIN := $(BUILD_DIR)/$(BIN_NAME) 14BIN := $(BUILD_DIR)/$(BIN_NAME)
15 15