s
This commit is contained in:
parent
8c0d63300d
commit
fc2b243daa
6 changed files with 259 additions and 207 deletions
4
Makefile
4
Makefile
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue