make checks depend on full build

This commit is contained in:
Damien Elmes 2019-12-18 14:52:53 +10:00
parent 243bef4331
commit 4d8770c88c

View file

@ -60,7 +60,7 @@ build: .build/ui .build/js
run: build
./runanki ${RUNARGS}
CHECKDEPS := .build/ui $(shell find anki aqt -name '*.py')
CHECKDEPS := build $(shell find anki aqt -name '*.py')
.PHONY: check mypy test lint pytype