This commit is contained in:
mcolonna 2024-10-15 12:56:03 +02:00
parent 8c0d63300d
commit fc2b243daa
6 changed files with 259 additions and 207 deletions

View file

@ -6,13 +6,13 @@
# By: greg <greg@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/29 13:08:42 by greg #+# #+# #
# Updated: 2024/10/09 03:07:50 by greg ### ########.fr #
# Updated: 2024/10/15 12:53:36 by marvin ### ########.fr #
# #
# **************************************************************************** #
NAME = cub3d
SRC = algo.c
SRC = $(wildcard *.c)
OBJS = ${SRC:.c=.o}