From cff6fab1b53aeb7714d336c1abfd130a8df3d1f7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 2 Sep 2025 15:19:15 -0700 Subject: makefile: Set ‘gcc’ as the C Compiler --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 6ec8604..b6d6132 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,5 @@ +CC:=gcc + xkbcat: xkbcat.c $(CC) -O3 --std=c99 -pedantic -Wall xkbcat.c -o xkbcat -lX11 -lXi clean: -- cgit v1.3-2-g0d8e