diff --git a/Makefile b/Makefile index 290902f..4e9f4c7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: djonker +#+ # # +#+ # # Created: 2020/12/19 06:09:46 by djonker #+# #+# # -# Updated: 2023/10/26 18:01:13 by houtworm ######## odam.nl # +# Updated: 2023/10/26 18:46:32 by houtworm ######## odam.nl # # # # **************************************************************************** # @@ -32,7 +32,7 @@ fclean: clean re: fclean all -$(OBJ): $(SRC) netwhat.h Makefile +$(OBJ): $(SRC) Makefile @mkdir -p $(dir $@) @printf "\e[1;34mBuilding $@\n\e[0;00m" @$(CC) $(CFLAGS) -c $(@:obj/%.o=src/%.c) -o $@