Files
darkfi/script/compile_all_bins.sh

4 lines
102 B
Bash
Executable File

#!/bin/sh
bins="$(find bin -maxdepth 1 | tail -n+2 | sed 's,bin/,,' | tr '\n' ' ')"
make BINS="$bins"