mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-06 10:56:10 -05:00
6 lines
48 B
Bash
6 lines
48 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
exec autoreconf -isf -Wall
|