From 0fb01c961c92e54e04ad4c7881805db597089863 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 18 Mar 2024 11:37:50 +0100 Subject: Remove the src dir and put everything in root dir hoping that it will appease moulinette --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92547e1..78d3806 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME = libftprintf.a CC = cc CFLAGS = -Wall -Wextra -Werror -SRC_FILES = src/ft_printf.c src/ft_printnbr.c src/ft_printhex.c src/ft_printaddr.c +SRC_FILES = ft_printf.c ft_printnbr.c ft_printhex.c ft_printaddr.c OBJ_FILES = $(SRC_FILES:.c=.o) all: $(NAME) -- cgit v1.2.3