2021-03-18 21:14:53 +00:00
|
|
|
#!/usr/bin/env sh
|
2026-06-05 22:39:40 +00:00
|
|
|
# Modernized build script. Prefer `make build` or `make install`.
|
|
|
|
|
# This script remains for compatibility.
|
2021-03-18 21:14:53 +00:00
|
|
|
|
2026-06-05 22:39:40 +00:00
|
|
|
set -e
|
2021-03-18 21:14:53 +00:00
|
|
|
|
2026-06-05 22:39:40 +00:00
|
|
|
make build
|
|
|
|
|
make install
|