From 299e643a5def328a7f6fb502a0b2477aa9505bd5 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 3 Nov 2019 20:18:41 +0100 Subject: Better output parsing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0853330..5cdda12 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ raw: all all: $(NAME) -$(NAME): ft_printf_all clean $(OBJ) +$(NAME): ft_printf_all $(OBJ) $(CC) $(LDFLAGS) $(CCFLAGS) -o $@ $(OBJ) %.o: %.c -- cgit