debug: makefile testing

This commit is contained in:
mustard 2025-10-20 15:08:03 +02:00
parent 00fdfb70f6
commit fbc7ba3e21

View file

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