mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
bin_PROGRAMS = xcompmgr
|
|
man_MANS = xcompmgr.1
|
|
|
|
xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
|
|
|
|
INCLUDES = @XCOMPMGR_CFLAGS@
|