aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json.do
blob: f01e0faf61341119dfdbd41646516539b9126b2d (plain)
1
2
3
4
5
#!/usr/bin/env bash
set -e
cmds=(common.cmd ieee754b.cmd pack.cmd test.cmd test_gen.cmd trace.cmd unpack.cmd)
redo-ifchange "${cmds[@]}"
cat "${cmds[@]}" | jq -s >"$3"