projects
/
xicursorset.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
README: mention also pkg-config as a build dependency
[xicursorset.git]
/
Makefile
1
CFLAGS := -ansi -Wall -pedantic
2
CFLAGS += -ggdb
3
CFLAGS += $(shell pkg-config --cflags x11 xi xcursor)
4
5
LDLIBS := $(shell pkg-config --libs x11 xi xcursor)
6
7
all: xicursorset
8
9
clean:
10
rm -f xicursorset *.o