diff --git a/Makefile b/Makefile index dace90e31..829d55f27 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ update: | waku.nims clean: @echo -e $(INFO_MSG) "Cleaning Nimble package cache..." - rm -rf ~/.nimble/pkgs2/* + rm -rf ~/.nimble/pkgs/* rm -rf ~/.nimble/pkgcache/* @echo -e $(INFO_MSG) "Cleaning build artifacts..." rm -rf build