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