From f8b0bd66630e9beae53d943a08c07052390b8ece Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 1 Apr 2026 20:46:52 +0200 Subject: add -Wall -Wextra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62231fb..5f7c715 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -O3 +CFLAGS = -O3 -Wall -Wextra PREFIX = /usr/local watchdog: watchdog.c -- cgit v1.2.3