mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2025-02-18 03:06:26 +01:00
![lifehackerhansol](/assets/img/avatar_default.png)
Run `./build.sh` in `archive` folder. It will loop through all kernels, and copy to `<project-root>/out`.
4 lines
39 B
Bash
4 lines
39 B
Bash
for d in */ ; do
|
|
make -C "$d"
|
|
done
|