Makefile: disable default goal

This commit is contained in:
tv 2016-05-20 02:52:23 +02:00
parent ee0c30cbe5
commit 28d623cf98

View File

@ -63,6 +63,10 @@ execute = \
script=$$(echo "$$result" | jq -r .) && \
echo "$$script" | PS5=% sh
ifeq ($(MAKECMDGOALS),)
$(error No goals specified)
endif
# usage: make deploy system=foo [target_host=bar]
deploy: ssh ?= ssh
deploy: