picom/Makefile

8 lines
157 B
Makefile
Raw Normal View History

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