Remove unused targets
This commit is contained in:
parent
ba62740fa9
commit
372b26c105
2 changed files with 2 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -16,8 +16,6 @@ pip_req ?= requirements.txt
|
|||
inventory:
|
||||
ansible-inventory --graph -i inventory.ini
|
||||
|
||||
$(ansible_req):
|
||||
|
||||
deps: $(ansible_req) $(venv_source)/dep
|
||||
$(shell mkdir -p $(ansible_roles))
|
||||
ifeq ($(wildcard $(ansible_req)),)
|
||||
|
@ -49,8 +47,6 @@ run: deps
|
|||
$(venv_source):
|
||||
$(python_bin) -m venv $(venv_source)
|
||||
|
||||
$(pip_req):
|
||||
|
||||
$(venv_source)/dep: $(venv_source) $(pip_req)
|
||||
touch $(venv_source)/dep
|
||||
$(venv_cmd) && pip install -r $(pip_req)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue