diff options
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
![]() |
index : libft | |
| Partial reimplementation of the C standard library. Used for most 42 projects. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 1 |
@@ -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) |