diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 16:09:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-14 16:09:15 +0200 |
commit | 3d3af4f7d3487af8164c97134e06ca84b1ffd226 (patch) | |
tree | dab53082e9b84fbb87db718810d8ec14570e8029 /minilibx_linux/Makefile.gen | |
parent | Back to GCC for correction (diff) | |
download | 42-cub3d-3d3af4f7d3487af8164c97134e06ca84b1ffd226.tar.gz 42-cub3d-3d3af4f7d3487af8164c97134e06ca84b1ffd226.tar.bz2 42-cub3d-3d3af4f7d3487af8164c97134e06ca84b1ffd226.tar.xz 42-cub3d-3d3af4f7d3487af8164c97134e06ca84b1ffd226.tar.zst 42-cub3d-3d3af4f7d3487af8164c97134e06ca84b1ffd226.zip |
Bad boys do not eat walls anymore
Diffstat (limited to '')
-rw-r--r-- | minilibx_linux/Makefile.gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minilibx_linux/Makefile.gen b/minilibx_linux/Makefile.gen index 5e2b3c1..f93b892 100644 --- a/minilibx_linux/Makefile.gen +++ b/minilibx_linux/Makefile.gen @@ -15,7 +15,7 @@ DOCP=do_cp -CC = clang +CC = gcc NAME = libmlx.a |