first part algo

This commit is contained in:
ReverseSky 2024-10-03 17:54:28 +02:00
parent 8eed6feb6b
commit f7f92cbaa8
3 changed files with 132 additions and 38 deletions

View file

@ -3,16 +3,16 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: grobledo <grobledo@student.42.fr> +#+ +:+ +#+ #
# By: greg <greg@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/29 13:08:42 by greg #+# #+# #
# Updated: 2024/10/01 18:58:09 by grobledo ### ########.fr #
# Updated: 2024/10/03 17:00:43 by greg ### ########.fr #
# #
# **************************************************************************** #
NAME = cub3d
SRC =
SRC = algo.c
OBJS = ${SRC:.c=.o}