index
:
aliens/xkbcat
master
Personal fork of xkbcat
Tom Willemse
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
makefile
2
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: