This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ad27e0149a
anki
/
run
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move the separate components back into this monorepo Earlier today I pushed a change that split this code up into multiple repos, but that has proved to complicate things too much. So we're back to a single repo, except the individual submodules are better separated than they were before. The README files need updating again; I will push them out soon. Aside from splitting out the different modules, the sound code has moved from from anki to aqt.
2020-01-02 10:43:19 +01:00
#!/bin/bash
Created the .github/workflows/windows.yml # Conflicts: # .github/scripts/trailing-newlines.sh # Makefile # qt/tools/typecheck-setup.sh # react/Makefile # rspy/Makefile # svelte/Makefile # tslib/Makefile
2020-03-22 19:52:56 +01:00
set -eu -o pipefail ${SHELLFLAGS}
move top level scripts into makefile
2020-01-04 00:38:04 +01:00
make -C $(dirname $0) run RUNFLAGS="$*"
Reference in New Issue
Copy Permalink