CFLAGS := -ansi -Wall -pedantic CFLAGS += -ggdb LDFLAGS := $(shell pkg-config --cflags --libs xi xcursor) xicursorset: xicursorset.c $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) clean: rm -f xicursorset *.o