aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-08 21:52:44 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-08 21:52:44 +0200
commit115a75326f9f16777feaa400347ebfba98a4562d (patch)
treeb7bf31feb3af7719b25954784a949b5015918e8a /Makefile
parentCave is bav (diff)
download42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.gz
42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.bz2
42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.xz
42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.zst
42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.zip
Pretty bav
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4637f9..059ac29 100644
--- a/Makefile
+++ b/Makefile
@@ -242,7 +242,7 @@ re: fclean all
bonus: all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/qst_start.cub"
+ @./${NAME} "map/quest_start.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re bonus run default
#============================================== EOF ===============================================#