mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#! /bin/sh
|
|
autoreconf -v --install || exit 1
|
|
./configure "$@"
|