aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 139ed4936528e55d07eb7a708f6ce4a640e8501b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                       
 

            




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

CFLAGS=-O -g

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

clean:
	rm xcompmgr