From 3a30864c6bbb846139235636b028292796160d9e Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Sat, 14 Feb 2026 16:04:12 -0600 Subject: [PATCH] remove orphaned commands --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a17bf6..0763f06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: help all readme validate add-app normalize build publish publish-dry-run publish-from-file test test-app test-verbose +.PHONY: help readme validate add-app normalize build publish publish-dry-run publish-from-file test test-app test-verbose default: help help: # Show help for each of the makefile recipes.