From abc12d29679ae6049c9cacbf09a897529377d79c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Apr 2024 14:52:57 +0200 Subject: Add command handling to makefile and setup main --- push_swap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'push_swap.h') diff --git a/push_swap.h b/push_swap.h index 332da4e..8cfc473 100644 --- a/push_swap.h +++ b/push_swap.h @@ -6,7 +6,7 @@ /* By: dkaiser