summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-04-24Make norminette happy and some more error handlingDominik Kaiser
2024-04-15Make Makefile linux compatibleDominik Kaiser
2024-04-13Add cmd optimizationDominik Kaiser
After the sorting algorithm was executed remove unneccessary commands.
2024-04-13Change optimization to stack_* in MakefileDominik Kaiser
I should check the Makefile before committing in the future.
2024-04-13Add empty stack_optimize functionDominik Kaiser
2024-04-13Add radixsortDominik Kaiser
2024-04-13Add command handling to makefile and setup mainDominik Kaiser
2024-04-12Add libft and input handlingDominik Kaiser
2024-04-12Setup projectDominik Kaiser