Adding option to install and escape sheebang.

This commit is contained in:
Brad Nelson
2022-01-30 10:49:22 -08:00
parent 58cba9dbb6
commit 48d8defddd
2 changed files with 5 additions and 0 deletions

View File

@ -404,3 +404,7 @@ $(DEPLOY)/app.yaml: $(RES)/eforth.ico \
deploy: all
cd out/deploy && gcloud app deploy -q --project esp32forth *.yaml
cd out/deploy && gcloud app deploy -q --project eforth *.yaml
# ---- INSTALL ----
install: $(POSIX)/ueforth
sudo cp $< /usr/bin/ueforth

View File

@ -1,5 +1,6 @@
: ( 41 parse drop drop ; immediate
: \ 10 parse drop drop ; immediate
: #! 10 parse drop drop ; immediate
\ Copyright 2021 Bradley D. Nelson
\