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

View File

@ -33,7 +33,7 @@
</p>
<p>
<a href="https://github.com/flagxor/eforth" target="_blank">http://github.com/flagxor/eforth</a>
- Complete Source Code (under ueforth)
- Complete Unprocessed Source Code (under ueforth)
</p>
<h2>µEforth</h2>

View File

@ -37,7 +37,7 @@
</p>
<p>
<a href="https://github.com/flagxor/eforth" target="_blank">http://github.com/flagxor/eforth</a>
- Complete Source Code (under ueforth)
- Complete Unprocessed Source Code (under ueforth)
</p>
<h2>µEforth</h2>