Minishell is a simple shell written in C.
Created by Loïs Duplain. (42login: lduplain, 42mail: [email protected])
To basically compile program:
make
To recompile entire program:
make re
To clean all *.o in project and libraries:
make clean
To clean all *.o and compiled things in project and libraries:
make fclean
To basically run:
./minishell
Loïs Duplain (lduplain) © 2021