Missing file in Makefile clean rule
This commit is contained in:
parent
dd1b200306
commit
3816c02958
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ install:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@-jbuilder clean
|
@-jbuilder clean
|
||||||
@-rm -f tezos-node tezos-client tezos-protocol-compiler
|
@-rm -f tezos-node tezos-client tezos-admin-client tezos-protocol-compiler
|
||||||
@-make -C docs clean
|
@-make -C docs clean
|
||||||
|
|
||||||
.PHONY: all test build-deps docker-image clean
|
.PHONY: all test build-deps docker-image clean
|
||||||
|
Loading…
Reference in New Issue
Block a user