> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/guides/how-to-integrate-e2e-testing/how-to-scaffold-an-app/customizing-a-workflow/customizing-makefile.md).

# 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.
