aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-01 23:55:26 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-01 23:55:26 +0100
commitfbdf87fcabdbc111508f5709347b88c8ce604011 (patch)
tree6140ee4bd2ed48a680fa23b0d0186f40a3f8a69e /Makefile
parentNorme (diff)
download42-cub3d-fbdf87fcabdbc111508f5709347b88c8ce604011.tar.gz
42-cub3d-fbdf87fcabdbc111508f5709347b88c8ce604011.tar.bz2
42-cub3d-fbdf87fcabdbc111508f5709347b88c8ce604011.tar.xz
42-cub3d-fbdf87fcabdbc111508f5709347b88c8ce604011.tar.zst
42-cub3d-fbdf87fcabdbc111508f5709347b88c8ce604011.zip
Preparing music
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87f9309..5c57ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ fclean: clean
re: fclean all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/map_one.cub"
+ @./${NAME} "map/lvl_one.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#============================================== EOF ===============================================#