mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 01:39:17 +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
|