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