Add clean target
This commit is contained in:
parent
462e4a7e55
commit
cf8cb5add5
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -43,6 +43,10 @@ run: deps
|
|||
$(ansible_options) $(ansible_playbook) \
|
||||
-u $(ansible_user)
|
||||
|
||||
.PHONY: clean
|
||||
clean: clean-venv
|
||||
[ -d $(ansible_roles) ] && rm -rf $(ansible_roles)
|
||||
|
||||
# venv management
|
||||
$(venv_source):
|
||||
$(python_bin) -m venv $(venv_source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue