diff --git a/Makefile b/Makefile index 2ed676e..b199293 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \ .PHONY: pull pull/% pull: pull/$(shell git branch --show-current) -pull%: +pull/%: $(check-dom0) $(clean-workdir)