summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-04-27 14:36:14 -0700
committerScott Shawcroft <scott@tannewt.org>2020-04-27 14:36:14 -0700
commit46713482f49690f96e55f872c087d245b4ce0489 (patch)
treed570d8d75a901fd5354caed1c0f82207e8060ca6 /Makefile
parent088b5b1785c2acd772dfaf97ce09a3098fdca978 (diff)
Add verification script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5e949cd40..aa8fc26d1 100644
--- a/Makefile
+++ b/Makefile
@@ -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."