Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 554 Bytes

Libft

Final Score 100/100

A project to create a library of functions similar to those already written in C. MAN and freeBSD can help you. Details in subject. All files must pass the norminette check.

Usage

make - to compile
make clean - to remove objects
make fclean - to remove objects and binary files
make re - to re-compile