diff options
author | salad <salad@saladesk.desktop> | 2020-03-25 16:02:09 +0100 |
---|---|---|
committer | salad <salad@saladesk.desktop> | 2020-03-25 16:02:09 +0100 |
commit | 30d5ae61f527a6cf606e6ca8546311fde678579a (patch) | |
tree | 86e381d63fe2cf1ed7a825aadb56d2c5346d266c /Makefile | |
parent | what the fuck les amis (diff) | |
download | 42-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ===============================================# |