summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c38115b..bb4d8c1 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ SRC_FILES = ft_atoi.c \
OBJ_FILES = $(SRC_FILES:.c=.o)
all: $(NAME)
+ @:
$(NAME): $(OBJ_FILES)
@ar rcs $(NAME) $(OBJ_FILES)