diff --git a/Makefile b/Makefile index 71defd5..96562db 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # **************************************************************************** # # # # .--. _ # -# Makefile :+: :+: :+: # +# Makefile :+: :+: # # |:_/ || |_ _ ___ __ # # By: djonker // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # Created: 2021/08/19 15:20:20 by djonker /'\_ _/`\__|\__,_/_/\_\ # -# Updated: 2023/02/07 02:34:57 by houtworm ### ########.fr # +# Updated: 2023/10/26 18:01:29 by houtworm ######## odam.nl # # # # **************************************************************************** # @@ -33,7 +33,7 @@ re: fclean all $(NAME): server client -$(SOBJ): $(SSRC) +$(SOBJ): $(SSRC) minitalk.h Makefile @mkdir -p $(dir $@) @printf "\e[1;34mBuilding $@\n\e[0;00m" @$(CC) $(CFLAGS) -c $(@:obj/%.o=src/%.c) -o $@