1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00
picom/Makefile

8 lines
157 B
Makefile
Raw Normal View History

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