This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
flashcard-archive
Watch
2
Star
0
Fork
0
You've already forked flashcard-archive
mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced
2024-11-22 09:49:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3d1efeb451
flashcard-archive
/
archive
/
build.sh
6 lines
47 B
Bash
Raw
Normal View
History
Unescape
Escape
set -e on buildscript to exit on error
2024-08-22 05:45:29 +02:00
set
-e
Add Makefile system to create frontend Run `./build.sh` in `archive` folder. It will loop through all kernels, and copy to `<project-root>/out`.
2023-08-13 18:46:40 +02:00
for
d in */
;
do
make -C
"
$d
"
done
Reference in New Issue
Copy Permalink