Consistently label source code.
This commit is contained in:
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user