From 058b5cf96afd95f0f0339653e02e1e9dec754fa5 Mon Sep 17 00:00:00 2001 From: Keyoonz <89485044+Keyoonz@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:11:27 +0200 Subject: [PATCH] fixing typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f89f34d..d931cd2 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ debug: main.c main.h $(CC) main.c -o $(BELUGA_OUTPUT)/$(DEBUG_DIR)/beluga $(DEBUG_FLAGS) clean: - rm -rf $(BELUGA-OUTPUT) + rm -rf $(BELUGA_OUTPUT) # end