summaryrefslogtreecommitdiff
path: root/Makefile
blob: 330be2d46ccea5030e0bcb5cbaad40b02603c251 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags xrender xdamage xext`
LDFLAGS+=`pkg-config --libs xrender xdamage xext`

PROGS=xshowdamage

xshowdamage: xshowdamage.o

all: $(PROGS)

clean:
	rm -f $(PROGS) *.o