make the makefile clean up the previously built packages
This commit is contained in:
parent
8e8cbd7689
commit
64d14098d4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -37,6 +37,7 @@ sync-clean:
|
||||||
|
|
||||||
build-clean:
|
build-clean:
|
||||||
rm -rf ./dest
|
rm -rf ./dest
|
||||||
|
rm -rf ./void-packages/hostdir/binpkgs/*
|
||||||
|
|
||||||
clean: sync-clean build-clean
|
clean: sync-clean build-clean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue