From 906e56f34c97ac05f436d03044e2bd38bad8230e Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 15 Apr 2026 08:45:08 +0200 Subject: [PATCH] typo --- cmd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd.mk b/cmd.mk index 552d6f0..0342ff8 100644 --- a/cmd.mk +++ b/cmd.mk @@ -22,4 +22,4 @@ lists/%.md: command.rec | lists/ @$(call list_commands,$(basename $(notdir $@))) >> $@ .PHONY: cmd -cmd: $(lists) ## Bit lists of commands +cmd: $(lists) ## Big lists of commands