From 70af8ed2075f1755f1b42642622ac26ae8ffcc51 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 20 Mar 2024 12:14:51 +0100 Subject: [PATCH] Update Makefile just to make sure moulinette is happy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc6cbe4..e4899d3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC = cc CFLAGS = -Wall -Wextra -Werror SRC_FILES = ft_printf.c ft_printnbr.c ft_printhex.c ft_printaddr.c -OBJ_FILES = $(SRC_FILES:.c=.o) +OBJ_FILES = $(SRC_FILES:%.c=%.o) all: $(NAME) -- 2.47.2