manque partie texture
This commit is contained in:
parent
f89c74cd68
commit
a8ad4d01b0
5 changed files with 243 additions and 172 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/14 15:33:53 by greg ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
NAME = cub3d
|
||||
|
||||
SRC = algo.c
|
||||
SRC = algo.c move.c render.c
|
||||
|
||||
OBJS = ${SRC:.c=.o}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue