Commit 5231f05d by Patrick Ohly

build.make: properly declare push-multiarch

It's not a real file and thus should better be marked as phony.
parent 4569f27a
...@@ -166,6 +166,7 @@ check-pull-base-ref: ...@@ -166,6 +166,7 @@ check-pull-base-ref:
exit 1; \ exit 1; \
fi fi
.PHONY: push-multiarch
push-multiarch: $(CMDS:%=push-multiarch-%) push-multiarch: $(CMDS:%=push-multiarch-%)
clean: clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment