Consistently label source code.

This commit is contained in:
Brad Nelson
2021-06-19 18:04:20 -07:00
parent 7f44b25885
commit 7464a5cf9c
3 changed files with 3 additions and 3 deletions

View File

@ -370,6 +370,6 @@ $(DEPLOY)/app.yaml: $(RES)/eforth.ico \
cat site/internals.html | $(UE_REPLACE) >$(DEPLOY)/internals.html
cat site/classic.html | $(UE_REPLACE) >$(DEPLOY)/classic.html
deploy: clean all
deploy: all
cd out/deploy && gcloud app deploy -q --project esp32forth *.yaml
cd out/deploy && gcloud app deploy -q --project eforth *.yaml