diff --git a/cleanup b/cleanup deleted file mode 100755 index 1ab78c8..0000000 --- a/cleanup +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -make -C installer clean -make -C boot clean -make clean diff --git a/distribute b/distribute index c1fe531..c294df3 100755 --- a/distribute +++ b/distribute @@ -54,4 +54,10 @@ make_distribution () echo -e "\n \n" >> HomebrewFilter/meta.xml } +if [[ $1 == "-c" ]]; then + make clean + make -C boot clean + make -C installer clean +fi + make_distribution