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
af5e60dffa
anki
/
run
4 lines
53 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
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