After #212 there is a new target in the Makefile: (up|down)/bootstrap. It has been added to every up/* but not to all the down/* targets.
As a result down/basic does not return a state after the up/basic. It confused me a little and was not expected of me: every local run was made using the same morph state without any cleaning. Not sure if it is something that we want to have in our makefile. Mb it is a kinda feature and allows caching morph b/w runs.
After #212 there is a new target in the
Makefile:(up|down)/bootstrap. It has been added to everyup/*but not to all thedown/*targets.As a result
down/basicdoes not return a state after theup/basic. It confused me a little and was not expected of me: every local run was made using the same morph state without any cleaning. Not sure if it is something that we want to have in our makefile. Mb it is a kinda feature and allows caching morph b/w runs.