Skip to content

nuoxoxo/ft_toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

🌻 It is also called ft_LGPT

ie. Libft - Get_next_line - Printf Toolkit

Usage

🥑 add the following rules in the Makefile of the program

basic setup
lib_path := ../ft_toolkit/
lib_incl := -I $(lib_path)
lib_name := $(lib_path)ft_toolkit.a
target recipe
$(name) : $(bud)
        @ make -C $(lib_path)
cleanup
clean :
        @ make -C $(lib_path) clean

fclean : clean
        @ make -C $(lib_path) fclean

 

made in c built with love