From c9fe84945476a9fe9cbecbb588578997324c867b Mon Sep 17 00:00:00 2001 From: AnonymusRaccoon Date: Wed, 19 Feb 2020 15:35:49 +0100 Subject: [PATCH] Cleaning up the header --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5076871..97c8265 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ UT = ./ut FT = ./ft -all: build +all: $(NAME) -build: $(OBJ) +$(NAME): $(OBJ) $(AR) $(NAME) $(OBJ) tests_run: