mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2025-01-07 07:48:22 +01:00
6 lines
47 B
Bash
Executable File
6 lines
47 B
Bash
Executable File
set -e
|
|
|
|
for d in */ ; do
|
|
make -C "$d"
|
|
done
|