8b36e79f04
Už máme ty jednoduché targety (nebo byly smazány), zbývá dořešit několik složitých.
6 lines
68 B
Bash
Executable file
6 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -exuo pipefail
|
|
. make/lib.sh
|
|
|
|
${VENV} ${VENV_PATH}
|