Missing file in Makefile clean rule

This commit is contained in:
Benjamin Canou 2018-02-14 16:27:21 +01:00
parent dd1b200306
commit 3816c02958

View File

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