Skip to content

guilmira/2021-libftSubmodule

Repository files navigation

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