From 935d3d725dc1599bdbfc0659ea06dbb888fb0985 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Mon, 6 Oct 2025 16:40:59 +0200 Subject: [PATCH] fix: Fixed executable name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e29850..fd902ba 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ SOURCEFILES = \ src/sprites/sprite_caster.c \ OBJECTS = $(SOURCEFILES:.c=.o) -NAME = cub3d +NAME = cub3D DEPS = $(OBJECTS:.o=.d) .PHONY: all clean fclean bonus re sane