summaryrefslogtreecommitdiff
path: root/scripts/gen_amalgamation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen_amalgamation.sh')
-rw-r--r--scripts/gen_amalgamation.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gen_amalgamation.sh b/scripts/gen_amalgamation.sh
new file mode 100644
index 0000000..56df62e
--- /dev/null
+++ b/scripts/gen_amalgamation.sh
@@ -0,0 +1,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.