diff --git a/Makefile b/Makefile index 6197f99..ea47e6d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: achubuko +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/12/02 21:33:22 by achubuko #+# #+# # -# Updated: 2023/12/02 21:48:05 by achubuko ### ########.fr # +# Updated: 2023/12/02 23:31:19 by achubuko ### ########.fr # # # # **************************************************************************** # @@ -45,4 +45,4 @@ ofiles = $(foreach f, $(cfiles), $(subst .c,.o,$f)) %.o: %.c %.h $(CC) $(CFLAGS) -c -o $@ $< $(NAME): $(ofiles) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ + $(CC) $(CFLAGS) $(LDFLAGS) -o $(LOADLIBES) $(LDLIBS) $@ $^ diff --git a/tests/Makefile b/tests/Makefile index 8a17e1d..0074e26 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,7 @@ # By: achubuko +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/12/02 22:04:03 by achubuko #+# #+# # -# Updated: 2023/12/02 23:06:56 by achubuko ### ########.fr # +# Updated: 2023/12/02 23:31:12 by achubuko ### ########.fr # # # # **************************************************************************** # NAME := test_ft_utils diff --git a/tests/test_ft_utils b/tests/test_ft_utils deleted file mode 100755 index 54a4ec8..0000000 Binary files a/tests/test_ft_utils and /dev/null differ