diff --git a/Makefile b/Makefile index f2a1bd2..d0d61f7 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ clean-workdir = git init -q -b $* && git diff --quiet && git diff --cached --qui create-bundle = git show-ref --verify --quiet refs/remotes/${1}/$* \ && git bundle create $(BUNDLEOUT) $(1)/$*..$* \ || git bundle create $(BUNDLEOUT) $* -.PHONY: pull pull/% +.PHONY: pull pull/% pull: pull/$(shell git branch --show-current) pull%: $(check-dom0)