diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 14:33:06 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 14:33:06 +0200 |
commit | a737eefd50066bc14f5101de3dffaa6d8bfe7b21 (patch) | |
tree | 2d3b086d0f941e210c8fd94c29bbb2e8f3c5d84c /Makefile | |
parent | Good start (diff) | |
download | 42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.gz 42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.bz2 42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.xz 42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.tar.zst 42-cub3d-a737eefd50066bc14f5101de3dffaa6d8bfe7b21.zip |
Still texing
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/map_one.cub" + @./${NAME} "map/qst_start.cub" #--------------------------------------------------------------------------------------------------# .PHONY: all clean clean fclean re bonus run default #============================================== EOF ===============================================# |