1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00
i3lock-color/build.sh
2020-04-16 18:55:48 -04:00

9 lines
144 B
Bash
Executable file

#!/bin/bash
autoreconf -fiv
rm -rf build/
mkdir -p build && cd build/
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make