mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2024-10-01 01:45:41 -04:00
tools/makefile: add clean target (clean files generated by automated tasks)
This commit is contained in:
parent
e077639e82
commit
806d039b7f
4
Makefile
4
Makefile
@ -24,6 +24,10 @@ url_check: install
|
|||||||
source .venv/bin/activate && \
|
source .venv/bin/activate && \
|
||||||
hecat --config .hecat/url-check.yml
|
hecat --config .hecat/url-check.yml
|
||||||
|
|
||||||
|
.PHONY: clean # clean files generated by automated tasks
|
||||||
|
clean:
|
||||||
|
rm -rf .venv/ licenses.yml platforms/ software/ tags/
|
||||||
|
|
||||||
.PHONY: help # generate list of targets with descriptions
|
.PHONY: help # generate list of targets with descriptions
|
||||||
help:
|
help:
|
||||||
@grep '^.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1 \2/' | expand -t20
|
@grep '^.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1 \2/' | expand -t20
|
||||||
|
Loading…
Reference in New Issue
Block a user