diff --git a/Makefile b/Makefile index 4c50b28..6806465 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ aw_watcher_window/aw-watcher-window-macos: aw_watcher_window/macos.swift swiftc $^ -o $@ test: - aw-watcher-window --help + poetry run aw-watcher-window --help # Ensures that it at least starts + make typecheck typecheck: poetry run mypy aw_watcher_window/ --ignore-missing-imports