Cleaning up the header

This commit is contained in:
AnonymusRaccoon
2020-02-19 15:35:49 +01:00
parent f923c6d56c
commit c9fe849454
+2 -2
View File
@@ -42,9 +42,9 @@ UT = ./ut
FT = ./ft
all: build
all: $(NAME)
build: $(OBJ)
$(NAME): $(OBJ)
$(AR) $(NAME) $(OBJ)
tests_run: