build-binary.sh @ 125faa034b9a default tip

Fix README typo
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Mar 2026 10:51:35 -0400
parents 57a12bdb713e
children (none)
#!/usr/bin/env bash

set -euo pipefail

buildapp \
        --load-system 'quick-fastq' \
        --entry 'quick-fastq:toplevel' \
        --manifest-file 'build/asdf-manifest' \
        --compress-core \
        --output 'build/quick-fastq'