From e208cc0317b893a587229f94a2713c95472b4a12 Mon Sep 17 00:00:00 2001 From: sede-san Date: Fri, 17 Oct 2025 20:15:28 +0200 Subject: [PATCH] fix: fixed compilation errors --- Makefile | 3 +-- src/minishell.c | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 8b4a21f..cb9c177 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: sede-san