Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 285 Bytes

libft_submodule 42 Madrid

This project aims to code a C library regrouping usual functions.

Getting Started

Compiling Run the following commands:

To compile: make

To remove objects: make clean

To remove objects and binary file (program): make fclean

To re-compile: make re