diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/10/08 15:45:53 by cacharle #+# #+# # -# Updated: 2020/01/31 08:26:39 by cacharle ### ########.fr # +# Updated: 2020/01/31 09:20:36 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -35,6 +35,8 @@ OBJ = $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) INCLUDE = $(shell find $(INCLUDE_DIR) -name "*.h") +# export LIBFT_SRC = $(SRC) + all: prebuild $(NAME) .PHONY: test |
