make the makefile clean up the previously built packages

This commit is contained in:
2025-07-20 17:16:38 -04:00
parent 8e8cbd7689
commit 64d14098d4

View File

@ -37,6 +37,7 @@ sync-clean:
build-clean:
rm -rf ./dest
rm -rf ./void-packages/hostdir/binpkgs/*
clean: sync-clean build-clean