fix: Fixed executable name

This commit is contained in:
Theo Champion 2025-10-06 16:40:59 +02:00
parent 8ff26bb531
commit 935d3d725d

View file

@ -45,7 +45,7 @@ SOURCEFILES = \
src/sprites/sprite_caster.c \ src/sprites/sprite_caster.c \
OBJECTS = $(SOURCEFILES:.c=.o) OBJECTS = $(SOURCEFILES:.c=.o)
NAME = cub3d NAME = cub3D
DEPS = $(OBJECTS:.o=.d) DEPS = $(OBJECTS:.o=.d)
.PHONY: all clean fclean bonus re sane .PHONY: all clean fclean bonus re sane