#!/bin/sh rm -f *.o libft.a gcc -Wall -Wextra -Werror -c *.c ar -cq libft.a *.o #ar -t libft.a #rm -f *.o