fix variable syntax

This commit is contained in:
2026-04-30 00:50:02 +02:00
parent 68734cfd1b
commit 12064196d2
2 changed files with 20 additions and 23 deletions

3
cmd.mk
View File

@@ -20,9 +20,6 @@ $(lists): lists/%.md: command.rec | lists/
@printf '%s\n' '---' >> $@
@$(call list_commands,$(basename $(notdir $@))) >> $@
.PHONY: cmd
cmd: $(lists) ## Big lists of commands
.PHONY: function
function: ## Output a search function for .bashrc
${MAKE} --silent --touch query