aboutsummaryrefslogtreecommitdiffstats
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 74fdda6..0223819 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SRCDIR := src
BUILD := build
SRCS := $(wildcard $(SRCDIR)/*.c)
OBJS := $(patsubst $(SRCDIR)/%.c,$(BUILD)/%.o,$(SRCS))
-BIN := $(BUILD)/gbc
+BIN := $(BUILD)/sl0pboy
.PHONY: all clean run