From dd6407b6c0e96c37d6bb3825e9f3f309167df77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 14:19:09 +0200 Subject: xchord: Fix bug --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 415b07f..6c701af 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ BINDIR ?= /usr/local/bin CFLAGS = -I/usr/X11R7/include LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lXi +CFLAGS += -Wall -pedantic xchord: xchord.c -- cgit v1.2.3