diff --git a/Makefile b/Makefile index a469c32..2d6f1e5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := /bin/bash .PHONY: install-forthic test test-js credentials-server examples docs example-server: install-forthic - pushd apps/examples/static/forthic && ln -sf ../../../../forthic-js . && popd + pushd apps/examples && ln -sf ../../../../forthic-js . && popd source myenv/bin/activate && cd apps/examples && FLASK_APP=run.py FLASK_ENV=development flask run --port=8000 myenv: