summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2dc2717541dd1280be5fb5b2127d8fa33142d431 (plain)
1
2
3
4
all: repeat-xi2

%: %.c
	gcc -ggdb -Wall $(shell pkg-config --libs --cflags x11) $< -o $@