Makefile Generator

Interactively build out a robust Makefile for your projects.

Preview

# Auto-generated Devopolis Makefile for my-app .PHONY: all all: build build: @echo "Building my-app..." test: @echo "Running tests..."