From ea0170aae260e38848542234921aa62a24bf0516 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 30 Nov 2022 22:08:35 +0100 Subject: Edit Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7b47c3..284da9b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # CC = clang -SRC != find * -name '*.c' +SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} WARNINGS = -Wall -Werror -- cgit v1.2.3