diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 18:23:42 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 18:23:42 +0200 |
commit | 25333a9167fb26ae3850cb891facd024248e2ab2 (patch) | |
tree | b0ce9f7f2b7c31936bc6116cf947ffc66157c198 /minilibx-linux/Makefile.gen | |
parent | You fucktard (diff) | |
download | 42-cub3d-25333a9167fb26ae3850cb891facd024248e2ab2.tar.gz 42-cub3d-25333a9167fb26ae3850cb891facd024248e2ab2.tar.bz2 42-cub3d-25333a9167fb26ae3850cb891facd024248e2ab2.tar.xz 42-cub3d-25333a9167fb26ae3850cb891facd024248e2ab2.tar.zst 42-cub3d-25333a9167fb26ae3850cb891facd024248e2ab2.zip |
Back to clang
Diffstat (limited to 'minilibx-linux/Makefile.gen')
-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 a96eb91..f1b7b36 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 |