mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
fix: Fixed executable name
This commit is contained in:
parent
8ff26bb531
commit
935d3d725d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue