diff --git a/Makefile b/Makefile index cca58a026..d2032e947 100644 --- a/Makefile +++ b/Makefile @@ -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