Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Walid Araissi committed Nov 10, 2022
1 parent 6d0d2eb commit 6bb73a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: ${NAME}

${NAME}: ${OBJ}
${AR} ${NAME} ${OBJ}

%.o: %.c ft_printf.h
${CC} ${FLAGS} -c $<

Expand Down

0 comments on commit 6bb73a9

Please sign in to comment.