From e1084a0a9e3b4c7ec877f6019f934a3bf934cea8 Mon Sep 17 00:00:00 2001 From: Paul Luse Date: Fri, 6 Sep 2024 09:33:38 -0700 Subject: [PATCH] Update Makefile mdadm Signed-off-by: Paul Luse --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8c6aef..9db6798 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -Wall -Wextra -pedantic -std=c99 hello: hello.c - $(CC) $(CFLAGS) hello.c -o hello + $(CC) $(CFLAGS) hellofgh.c -o hello clean: rm -f hello