For template stacks, we have much simpler stack source repositories, and
we don't always need to have a separate stack.Makefile. This adds
support for using just a regular, standard Makefile if
stack.Makefile is not found.
Testing done
I've tested this locally with the sample wordpress stack with the stack.Makefile present and not present.
Related to #40
Overview
For template stacks, we have much simpler stack source repositories, and we don't always need to have a separate
stack.Makefile
. This adds support for using just a regular, standardMakefile
ifstack.Makefile
is not found.Testing done
I've tested this locally with the sample wordpress stack with the
stack.Makefile
present and not present.