aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-08 14:33:06 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-08 14:33:06 +0200
commita737eefd50066bc14f5101de3dffaa6d8bfe7b21 (patch)
tree2d3b086d0f941e210c8fd94c29bbb2e8f3c5d84c /Makefile
parentGood start (diff)
download42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.gz
42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.bz2
42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.xz
42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.zst
42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.zip
Still texing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33b9703..a4637f9 100644
--- a/Makefile
+++ b/Makefile
@@ -242,7 +242,7 @@ re: fclean all
bonus: all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/map_one.cub"
+ @./${NAME} "map/qst_start.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re bonus run default
#============================================== EOF ===============================================#