Makefile
# ---------------------------------------------
# 🎛️ Makefile – Modular Synth Patterns
# ---------------------------------------------
build-ep: ## 📀 Compile & export full EP
@echo "🚀 Dropping the bass..."
@echo "🥁 Kick sequence initialized."
@echo "🎵 Boom... Boom... Boom..."
@echo "✨ Adding snare hits..."
@echo "🌀 Groove locked in."
@echo "💾 Rendering track..."
@sleep 2
@echo "✅ Exported: makefile_001.wav"