diff options
author | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-14 21:47:25 +1000 |
---|---|---|
committer | omnisci3nce <omniscient.oce@gmail.com> | 2024-07-14 21:47:25 +1000 |
commit | 529a603128d5e9dc4701322f44961f165e2183e1 (patch) | |
tree | 3e5d65ac503b971412ae35bfc5fb67a438a3c364 /scripts/gen_amalgamation.sh | |
parent | 5b001d39d42314085164724d3a417fb8ebd54f98 (diff) |
generate api docs python
Diffstat (limited to 'scripts/gen_amalgamation.sh')
-rw-r--r-- | scripts/gen_amalgamation.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/gen_amalgamation.sh b/scripts/gen_amalgamation.sh deleted file mode 100644 index 56df62e..0000000 --- a/scripts/gen_amalgamation.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# Generates a single amalgamation C header file that includes all public types and functions. -# -# This makes including and linking Celeritas very easy. |