anki/run
Damien Elmes 5876866565 tweaking the folder names again
hopefully that's the last of it
2020-01-03 07:48:38 +10:00

13 lines
145 B
Bash
Executable File

#!/bin/bash
set -e
. scripts.inc
for dir in $DEVEL; do
echo $dir
(cd $dir && make develop BUILDFLAGS="$BUILDFLAGS")
done
qt/runanki "$@"