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