diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 19:46:01 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 19:46:01 +0100 |
commit | a85c87ce9fabd49cc7b17a541561c81343284755 (patch) | |
tree | 90234118b05d429558998ba324c0e4f601f431cc /Makefile | |
parent | Merge branch 'sprites' of gitlab.com into sprites (diff) | |
download | 42-cub3d-a85c87ce9fabd49cc7b17a541561c81343284755.tar.gz 42-cub3d-a85c87ce9fabd49cc7b17a541561c81343284755.tar.bz2 42-cub3d-a85c87ce9fabd49cc7b17a541561c81343284755.tar.xz 42-cub3d-a85c87ce9fabd49cc7b17a541561c81343284755.tar.zst 42-cub3d-a85c87ce9fabd49cc7b17a541561c81343284755.zip |
Makefile rupdate
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ ifneq (${OS}, Darwin) endif #--------------------------------------------------------------------------------------------------# ifeq (${OS}, Darwin) - NAME = cub3d + NAME = Cub3D else NAME = a.out endif |