Description • Compile • Use • License
important! Attention! to work correctly, you will need the installed GNU readline library.
I posted the current version of the library at the time of the first push, but if you have a Mac, you can install it via Homebrew to enable your library, if you don't have Homebrew installed, change the appropriate flags in the Makefile
• this project is able to run binary files both on an absolute path or on the path of the PATH variable
to build a project
$ make
to delete %.o files
$ make clean
to delete %.o and the library
$ make fclean
to rebuild the project
$ make re
.
├── Makefile --> Building a project
├── README.md
├── includes --> header files
├── libft --> libft library see ldione/libft
├── readline-8.2 --> GNU Readline Library
└── sources --> source code files
