aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: ad7079a787da5ec30aaa21f28651c561dfe6ee8b (plain) (tree)
1
2
3
4
5
6
7






                                                                   
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender`

xcompmgr: xcompmgr.c
	$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)

clean:
	rm xcompmgr