Final Score 125/100
Create a project that reproduces the behaviour of the shell pipe | command in C. Details in subject. All files must pass the norminette check.
make
- to compile mandatory part
make bonus
- to compile bonus part
make clean
- to remove objects
make fclean
- to remove objects and binary files
make re
- to re-compile