summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
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: