mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|