aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-03-09 20:28:09 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-03-09 20:28:09 +0100
commit49750331b64cc7ecf77836bced39363bedc945a7 (patch)
treeeb907af34f520054d66567ab53a511226052ca4a /Makefile
parentNorme is pretty bav (diff)
download42-cub3d-49750331b64cc7ecf77836bced39363bedc945a7.tar.gz
42-cub3d-49750331b64cc7ecf77836bced39363bedc945a7.tar.bz2
42-cub3d-49750331b64cc7ecf77836bced39363bedc945a7.tar.xz
42-cub3d-49750331b64cc7ecf77836bced39363bedc945a7.tar.zst
42-cub3d-49750331b64cc7ecf77836bced39363bedc945a7.zip
gang_2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8fb71e..45a07b9 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ fclean: clean
re: fclean all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/lvl_one.cub"
+ @./${NAME} "map/map_one.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#============================================== EOF ===============================================#