mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2025-01-03 14:01:57 +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
|