From fb7ee36485d61a3fdbcac8d85fd032201df4e581 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 31 Jan 2021 03:26:19 +0100 Subject: Fixing compilation on linux --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff9ca50..1126915 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,14 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/06 18:13:15 by cacharle #+# #+# # -# Updated: 2020/04/02 20:50:47 by charles ### ########.fr # +# Updated: 2021/01/31 03:25:48 by charles ### ########.fr # # # # **************************************************************************** # FT_PRINTF_PATH = ../ft_printf CC = gcc -CCFLAGS = -Wall -Wextra -Wno-trigraphs +CCFLAGS = -Wall -Wextra -Wno-trigraphs # Adding -std=c99 causes crash LDFLAGS = -L$(FT_PRINTF_PATH) -lftprintf NAME = ft_printf_test -- cgit