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

            
             
 



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

CFLAGS=-O -g

all: xcompmgr

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

clean:
	rm xcompmgr