mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-05-10 22:58:45 +02:00
「🔨」 fix: Can compile on nixos
This commit is contained in:
@ -6,15 +6,15 @@
|
||||
# By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/01/22 07:21:18 by mmoussou #+# #+# #
|
||||
# Updated: 2024/04/30 10:59:10 by mmoussou ### ########.fr #
|
||||
# Updated: 2024/05/13 17:33:16 by adjoly ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
SHELL = bash
|
||||
|
||||
CC = gcc
|
||||
CC = clang
|
||||
|
||||
CFLAGS = -Wall -Werror -Wextra
|
||||
CFLAGS = -Wall -Werror -Wextra -pipe -fPIE
|
||||
|
||||
INCLUDE = ./include
|
||||
|
||||
|
Reference in New Issue
Block a user