This project generates a sequence of predefined commands designed to sort integers distributed across two stacks. It was developed during my studies at 42.
makeormake all- Compile base part, sorting sequence generator only.make bonus- Compile all from previous item + sorting checker.make clean- Remove object and dependencies (-MMD) files.make fclean- Remove all from the above + main target (.a archive file with all the functions).make re- runmake fcleanandmake all.