"I like to type make
<target>to perform tasks. 🤷" —Alex
curl -O https://raw.githubusercontent.com/aclark4life/project-makefile/main/Makefile$ make help
Project Makefile
"I like to type make <target> to perform tasks. 🤷" —Alex
Usage: make <target1> [target2 ...]
Examples:
make help Print this message
make list-targets List all targets
make django-init Install Django
make django-init-minimal Install Django with minimal dependencies
make django-init-wagtail Install Wagtail$ make project.mk
$ cat project.mk
# Custom Makefile
# Add your custom makefile commands here
#
# PROJECT_NAME := my-new-project





