Skip to content

mdabir1203/Libft

Repository files navigation

Creating libc from Scratch following the 42 Coding style

All the functions are created following the Norminette(https://github.com/42School/norminette)

Any kind of update / helping me optimize my code is welcomed !!

To run and create the library

     make all 

Output for my Makefile without using Echo as multiline comment

To uninstall the Object files

         make clean  

##Output:

To completely Uninstall the Library(libft.a)

          make fclean 

To compile the function with your main run this after doing the previous step

        make ft_*.c libft.a  

I have duplicated version in my Code with my Own Written Main Function during Evaluation -->> To clean it out add this in makefile(Becareful though):

        remove: 
             rm -rf *copy.c 
       .PHONY: remove 

-After adding the rule run make remove. . Then run make

--------->>>>>>>> If you have suggestions how to optimize them any kind of suggestions are welcome. I tried to do the libft using 4 testers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published