Files
ueforth/attic/jotblk/Makefile
Brad Nelson 3a5daad8af Adding jotblk sample.
A web editor that embeds uEforth.
2025-05-10 12:41:18 -07:00

13 lines
179 B
Makefile
Executable File

all:
./run.sh
deploy:
gcloud app deploy -q --project jotblk *.yaml
setup:
python3 -m venv env
env/bin/pip install -r requirements.txt
datastore:
echo "Run: . dstore.sh"