From c714fc8927c454b5cf4735429b4cc9cde7aa5760 Mon Sep 17 00:00:00 2001 From: gbc dev Date: Fri, 17 Jul 2026 01:08:48 +0200 Subject: rebrand: gbc -> sl0pboy (binary, README, tooling) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3.1-sl0p