diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 14:56:13 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 14:56:13 +0100 |
commit | cafb2eb464347c47c3cee1a766c3b96ccf66e5fa (patch) | |
tree | 7a77609a887f3ca0a87c1bd3458485d5ba73e0f6 /minilibx_linux/Makefile.gen | |
parent | Ram issues fixed (diff) | |
download | 42-cub3d-cafb2eb464347c47c3cee1a766c3b96ccf66e5fa.tar.gz 42-cub3d-cafb2eb464347c47c3cee1a766c3b96ccf66e5fa.tar.bz2 42-cub3d-cafb2eb464347c47c3cee1a766c3b96ccf66e5fa.tar.xz 42-cub3d-cafb2eb464347c47c3cee1a766c3b96ccf66e5fa.tar.zst 42-cub3d-cafb2eb464347c47c3cee1a766c3b96ccf66e5fa.zip |
Back to clang
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 f93b892..5e2b3c1 100644 --- a/minilibx_linux/Makefile.gen +++ b/minilibx_linux/Makefile.gen @@ -15,7 +15,7 @@ DOCP=do_cp -CC = gcc +CC = clang NAME = libmlx.a |