aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f3c7dea35dea6efa1ef880379d1d813f3157acf3 (plain) (blame)
1
2
3
4
5
6
7
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm

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

clean:
	rm xcompmgr