# Customizing Makefile

## Background

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

## Customizing

1. It can be accessed in the following location:

```bash
.stoobly/services/Makefile
```

2. Modifications to this file will not be overriten when the `app create` command is re-run.
