Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 576 Bytes

pipex

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.

Usage

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