From 366bf6c3c176a6414254a7ed7c5ab9f01fc5c622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 12 Feb 2018 08:26:06 +0100 Subject: [PATCH] Remove dotbot in Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b0877a0..36f9a38 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,9 @@ ansible = venv/bin/ansible-playbook dotbot = _dotbot/bin/dotbot .PHONY: all -install: $(ansible) submodules +install: $(ansible) $(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml -.PHONY: submodules -submodules: $(dotbot) - $(dotbot): git submodule update --init _dotbot