From d071bdfc214842c123cf5effef4a05562d1948be Mon Sep 17 00:00:00 2001 From: Abdul Sheik Date: Wed, 24 Nov 2021 21:06:22 -0800 Subject: [PATCH] folder does not exist error while make folder apps/examples/static/forthic does not exist, had to change it to apps/examples --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: