Rename init to all in Makefile

This commit is contained in:
Sam A. 2022-11-26 21:36:40 +01:00
parent c870c2f14e
commit 7df888f633
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
init: create_venv install_pre_commit install_ansible_galaxy_modules
all: create_venv install_pre_commit install_ansible_galaxy_modules
create_venv:
python3 -m venv venv