diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 21:52:44 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 21:52:44 +0200 |
commit | 115a75326f9f16777feaa400347ebfba98a4562d (patch) | |
tree | b7bf31feb3af7719b25954784a949b5015918e8a /Makefile | |
parent | Cave is bav (diff) | |
download | 42-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ===============================================# |