diff options
| -rw-r--r-- | Makefile | 6 | ||||
| m--------- | frozen/Adafruit_CircuitPython_CircuitPlayground | 0 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Makefile for Sphinx documentation +# Top-level Makefile for documentation builds and miscellaneous tasks. # # You can set these variables from the command line. @@ -203,3 +203,7 @@ translate: locale/circuitpython.pot check-translate: locale/circuitpython.pot $(wildcard locale/*.po) $(PYTHON) tools/check_translations.py $^ + +update-frozen-libraries: + @echo "Updating all frozen libraries to latest tagged version." + cd frozen; for library in *; do cd $$library; ../../tools/git-checkout-latest-tag.sh; cd ..; done diff --git a/frozen/Adafruit_CircuitPython_CircuitPlayground b/frozen/Adafruit_CircuitPython_CircuitPlayground -Subproject 1d38fd81edd30f1bd70c0cfe77819ab610ea89a +Subproject 0cc2e975ed22ace0d679c6fb8f3388034b88bcf |
