From d9de27a40a6720b7a3e0a22d500a3db6a320e806 Mon Sep 17 00:00:00 2001 From: relikd Date: Sun, 18 Jan 2026 14:56:07 +0100 Subject: [PATCH] chore: Makefile no-op --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a3c48ba..80ff452 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +.PHONY: help +help: + @echo available commands: install, uninstall, dist, publish + .PHONY: install install: [ -z "$${VIRTUAL_ENV}" ] \