Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zelhajou committed May 8, 2024
1 parent 58aae4b commit 90c5c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ cub3d/cub3d
*.a
/cub3d/lib/MLX42/build
.vscode/settings.json
cub3d/Makefile
cub3d/cub3d.dSYM/
5 changes: 2 additions & 3 deletions cub3d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: zelhajou <zelhajou@student.1337.ma> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/04/20 13:21:00 by zelhajou #+# #+# #
# Updated: 2024/05/08 12:18:45 by zelhajou ### ########.fr #
# Updated: 2024/05/08 15:14:39 by zelhajou ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -36,8 +36,7 @@ SRCS = $(SRCDIR)/main.c \
$(SRCDIR)/rendering/raycasting_engine.c \
$(SRCDIR)/rendering/raycasting_init.c \
$(SRCDIR)/rendering/rendering.c \
$(SRCDIR)/utils/parsing/config_utils.c \
$(SRCDIR)/utils/parsing/config_utils2.c \
$(SRCDIR)/utils/config_utils.c \
$(SRCDIR)/utils/error_utils.c \
$(SRCDIR)/utils/rendering_utils.c \
$(SRCDIR)/utils/rendering_utils2.c \
Expand Down

0 comments on commit 90c5c49

Please sign in to comment.