Fix a warning from clang about an implicit conversion
[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