aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-03 19:43:00 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-03 19:43:00 +0100
commiteb887d7c1325384ef64cd53a1ca20fc7dd5443d7 (patch)
treea1920a3d4f902900315107aebfc2099761ee6b3e /Makefile
parentRemoved useless comments (diff)
download42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.gz
42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.bz2
42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.xz
42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.zst
42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.zip
New map, now we die
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5194aa6..d0b2994 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ fclean: clean
re: fclean all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/lvl_one.cub"
+ @./${NAME} "map/map_five.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#============================================== EOF ===============================================#