diff options
| author | Dominik Kaiser | 2024-03-18 11:37:50 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2024-03-18 11:37:50 +0100 |
| commit | 0fb01c961c92e54e04ad4c7881805db597089863 (patch) | |
| tree | 2b2d020d4175694347da55070c4f52985eacf697 /Makefile | |
| parent | b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2 (diff) | |
| download | ft_printf-0fb01c961c92e54e04ad4c7881805db597089863.tar.gz ft_printf-0fb01c961c92e54e04ad4c7881805db597089863.zip | |
Remove the src dir and put everything in root dir
hoping that it will appease moulinette
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
