mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-19 00:27:29 +01:00
tools/makefile: add make clean target
This commit is contained in:
4
Makefile
4
Makefile
@@ -44,6 +44,10 @@ authors:
|
||||
printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS
|
||||
git shortlog -sne >> AUTHORS
|
||||
|
||||
.PHONY: clean # clean files generated by automated tasks
|
||||
clean:
|
||||
rm -rf awesome-selfhosted
|
||||
|
||||
.PHONY: help # generate list of targets with descriptions
|
||||
help:
|
||||
@grep '^.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1 \2/' | expand -t20
|
||||
|
||||
@@ -86,6 +86,7 @@ awesome_lint check data against awesome-selfhosted guidelines
|
||||
export export markdown singlepage document from yaml data
|
||||
url_check check URLs for dead links or other connection problems
|
||||
authors update the AUTHORS file
|
||||
clean clean files generated by automated tasks
|
||||
help generate list of targets with descriptions
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user