Makefile: delete tool binaries in the "clean" target

This commit is contained in:
Ștefan Talpalaru 2019-02-16 05:08:39 +01:00 committed by zah
parent 63b8ce8c00
commit 50860e3817
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ test: | build deps
# usual cleaning
clean:
rm -rf build/{nimbus,all_tests,beacon_node,validator_keygen,*.exe} $(NIMBLE_DIR) $(NIM_BINARY)
rm -rf build/{nimbus,premix,persist,debug,dumper,hunter,all_tests,beacon_node,validator_keygen,*.exe} $(NIMBLE_DIR) $(NIM_BINARY)
# dangerous cleaning, because you may have not-yet-pushed branches and commits in those vendor repos you're about to delete
mrproper: clean