build: not forcing the default compilator
This commit is contained in:
parent
c120ee5a5f
commit
b26a84b9bb
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||||
# Updated: 2024/12/20 15:00:12 by rparodi ### ########.fr #
|
# Updated: 2024/12/20 15:06:28 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -17,7 +17,7 @@ NAME = Cub3D
|
||||||
NAME_BONUS = Cub3D_bonus
|
NAME_BONUS = Cub3D_bonus
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
CC = cc
|
CC ?= cc
|
||||||
RM = rm -rf
|
RM = rm -rf
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue