label make clean
This commit is contained in:
parent
fd850761f3
commit
481b34a472
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user