From 39951f08a2938683d800c677c3a244e9ff8dbe19 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 11 Oct 2020 14:53:20 +0200 Subject: Removing none c,h files for correction --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1da52d..aa03c59 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/10/08 15:45:53 by cacharle #+# #+# # -# Updated: 2020/06/09 15:43:26 by charles ### ########.fr # +# Updated: 2020/10/11 14:51:18 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -40,7 +40,7 @@ IGNORE_DEFAULT = ft_printf NAME = libft.a -SRC = $(shell sh $(SCRIPT_DIR)/find_src.sh $(IGNORE_FILE)) +SRC = $(shell find $(SRC_DIR) -type f -name '*.c') OBJ = $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) INCLUDE = $(shell find $(INCLUDE_DIR) -name "*.h") -- cgit