make/reset: also clear quilt state
This commit is contained in:
parent
489a54f2d5
commit
0ae52ca087
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue