mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Merge pull request #743 from evandroforks/fix_make_fix
Fix make fix not working on a clean install
This commit is contained in:
commit
6deca4854f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -165,7 +165,7 @@ check: pyenv buildhash prepare
|
|||
@echo "All checks passed!"
|
||||
|
||||
.PHONY: fix
|
||||
fix:
|
||||
fix: develop
|
||||
@set -eu -o pipefail ${SHELLFLAGS}; \
|
||||
. "${ACTIVATE_SCRIPT}"; \
|
||||
for dir in $(CHECKABLE_RS) $(CHECKABLE_PY); do \
|
||||
|
|
Loading…
Reference in a new issue