Customizing Makefile

Background

The intended purpose of the Makefile is to provide a way to extend the provided .stoobly/docker/.Makefile. Here, make targets can be added to further customize using workflows.

Customizing

  1. It can be accessed in the following location:

.stoobly/docker/Makefile
  1. Modifications to this file will not be overriten when the app create command is re-run.

Last updated

Was this helpful?