picom/Makefile

8 lines
153 B
Makefile
Raw Normal View History

2003-11-09 15:08:23 +08:00
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender`
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
clean:
rm xcompmgr