Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 607 Bytes

philosophers

📄 Subject PDF v. 10

Makefile 🔨

Command Usage
make creates .o files for each function as well as the main library file, libft.a
make clean removes the .o files used to create the library
make fclean removes the .o & .a files used to create the library
make re removes all .o & .a files then remakes them

100/100