summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-09-02 15:19:15 -0700
committerGravatar Tom Willemse2025-09-02 15:35:37 -0700
commitcff6fab1b53aeb7714d336c1abfd130a8df3d1f7 (patch)
tree6f1f85f32f1e5f6687fff30cf35e1dd2f2e86cb5 /makefile
parent88372e14c44faddacb3c98b73dc88ce9ea492539 (diff)
downloadxkbcat-cff6fab1b53aeb7714d336c1abfd130a8df3d1f7.tar.gz
xkbcat-cff6fab1b53aeb7714d336c1abfd130a8df3d1f7.zip
makefile: Set ‘gcc’ as the C Compiler
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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: