aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalad <salad@saladesk.desktop>2020-03-25 16:02:09 +0100
committersalad <salad@saladesk.desktop>2020-03-25 16:02:09 +0100
commit30d5ae61f527a6cf606e6ca8546311fde678579a (patch)
tree86e381d63fe2cf1ed7a825aadb56d2c5346d266c /Makefile
parentwhat the fuck les amis (diff)
download42-cub3d-30d5ae61f527a6cf606e6ca8546311fde678579a.tar.gz
42-cub3d-30d5ae61f527a6cf606e6ca8546311fde678579a.tar.bz2
42-cub3d-30d5ae61f527a6cf606e6ca8546311fde678579a.tar.xz
42-cub3d-30d5ae61f527a6cf606e6ca8546311fde678579a.tar.zst
42-cub3d-30d5ae61f527a6cf606e6ca8546311fde678579a.zip
j'aime trier
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f28ecf9..4e51445 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ re: fclean all
bonus: all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/map_two.cub"
+ @./${NAME} "map/map_one.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re bonus run default
#============================================== EOF ===============================================#