make/reset: also clear quilt state

This commit is contained in:
Oneric 2025-11-27 00:00:00 +00:00
commit 0ae52ca087

View file

@ -62,6 +62,7 @@ clean:
reset: clean
git -C $(SUBMODULE_NAME) reset --hard
git -C $(SUBMODULE_NAME) clean -fdx -- lib/ test/ priv/
rm -fr $(SUBMODULE_NAME)/.pc
.PHONY: reset-harder
reset-harder: clean