diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-04-27 14:36:14 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-04-27 14:36:14 -0700 |
| commit | 46713482f49690f96e55f872c087d245b4ce0489 (patch) | |
| tree | d570d8d75a901fd5354caed1c0f82207e8060ca6 /Makefile | |
| parent | 088b5b1785c2acd772dfaf97ce09a3098fdca978 (diff) | |
Add verification script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -213,8 +213,8 @@ check-translate: locale/circuitpython.pot $(wildcard locale/*.po) $(PYTHON) tools/check_translations.py $^ stubs: - rst2pyi $(VALIDATE) shared-bindings/ $(STUBDIR) - python setup.py sdist + python tools/extract_pyi.py shared-bindings/ $(STUBDIR) + #python setup.py sdist update-frozen-libraries: @echo "Updating all frozen libraries to latest tagged version." |
