build-binary.sh @ 02081983e4e7

Add license
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:41:36 -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'