Remove dotbot in Makefile

This commit is contained in:
2018-02-12 08:26:06 +01:00
parent c5c4b4fc91
commit 366bf6c3c1

View File

@@ -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