diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-06 18:10:36 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-06 18:10:36 +0100 |
commit | 86133d8b1941283d454d7e89bfc5758a67a41255 (patch) | |
tree | faeb491ca6724ad10c4868dcb42b84daf08188ce /Makefile | |
parent | Preparing forks (diff) | |
download | 42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.gz 42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.bz2 42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.xz 42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.zst 42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.zip |
Name is Cub3D anyway
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -120,11 +120,7 @@ else CDEFS += -DFT_OS=2 endif #--------------------------------------------------------------------------------------------------# -ifeq (${OS}, Darwin) - NAME = Cub3D -else - NAME = a.out -endif +NAME = Cub3D #==================================================================================================# #------------------------------------------ Rules -------------------------------------------------# #==================================================================================================# |