aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0853330..5cdda12 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ raw: all
all: $(NAME)
-$(NAME): ft_printf_all clean $(OBJ)
+$(NAME): ft_printf_all $(OBJ)
$(CC) $(LDFLAGS) $(CCFLAGS) -o $@ $(OBJ)
%.o: %.c