From 7df888f633db748dd7b7aa54eca418515a72dc91 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sat, 26 Nov 2022 21:36:40 +0100 Subject: [PATCH] Rename init to all in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c47f67..43e4e46 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -9,4 +9,4 @@ install_pre_commit: venv/bin/pre-commit install install_ansible_galaxy_modules: - venv/bin/ansible-galaxy collection install community.general \ No newline at end of file + venv/bin/ansible-galaxy collection install community.general