label make clean

This commit is contained in:
Malin Freeborn 2025-02-11 15:37:55 +01:00
parent fd850761f3
commit 481b34a472
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -32,6 +32,6 @@ article: ## Write an article
printf '%s\n\n' '---' >> $$path/$$title.md ;\ printf '%s\n\n' '---' >> $$path/$$title.md ;\
$(EDITOR) +5 $$path/$$title.md $(EDITOR) +5 $$path/$$title.md
.PHONY: clean .PHONY: clean ## Remove all generated files
clean: clean:
$(RM) $(default) $(RM) $(default)