From 523764a45cff97eb6d67b61231274f27e0b4aa8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Sat, 12 Apr 2025 22:07:23 +0300 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84e5ca5..2009017 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - gcc -Wall -Wextra -pedantic -Werror -o executable c-basic/*.c c-basic/hex_read_scanf.c + gcc -Wall -Wextra -pedantic -Werror -o executable c-basic/*.c