From 94f90dc4f48ee7f6bc1aa3a1116f20b714df89c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 22 Jul 2021 11:10:41 +0200 Subject: Clean up code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 752c0a7..1770934 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINDIR = /usr/local/bin MANDIR = /usr/local/man -CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic -O2 +CFLAGS = -Wall -Wextra -pedantic -O2 all: watch -- cgit v1.2.3