summaryrefslogtreecommitdiff
path: root/scripts/gen_amalgamation.sh
blob: 56df62e1c0e39e083f045962948da754cd19cb6a (plain)
1
2
3
4
5
#!/bin/bash

# Generates a single amalgamation C header file that includes all public types and functions.
#
# This makes including and linking Celeritas very easy.