flashcard-archive/archive/build.sh
2024-08-21 20:45:29 -07:00

6 lines
47 B
Bash
Executable File

set -e
for d in */ ; do
make -C "$d"
done