42/d06/ex00/libft_creator.sh
2016-11-20 02:20:23 +02:00

15 lines
934 B
Bash
Executable file

# **************************************************************************** #
# #
# ::: :::::::: #
# libft_creator.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: gtertysh <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2016/11/02 12:08:36 by gtertysh #+# #+# #
# Updated: 2016/11/02 19:05:47 by gtertysh ### ########.fr #
# #
# **************************************************************************** #
gcc -c ./*.c
ar cr libft.a ./*.o
rm ./*.o