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

7 lines
153 B
Makefile

LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender`
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
clean:
rm xcompmgr