1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-02-17 15:56:21 -05:00
picom/Makefile

10 lines
171 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
CFLAGS=-O -g
2003-11-09 07:08:23 +00:00
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
clean:
rm xcompmgr