diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-10-05 22:49:19 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-10-05 22:51:05 +0100 | 
| commit | 9d419e77a0621ddf8398edecb40ddedc3388dc42 (patch) | |
| tree | 393175c361643f1ada2c833acb57109b84d58f1b /script/build/release | |
| parent | 106841024a5d744768734def462387648d473014 (diff) | |
handle/make/*: unified main() function
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/release')
| -rwxr-xr-x | script/build/release/src | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/build/release/src b/script/build/release/src index 6c7d3190..1a504133 100755 --- a/script/build/release/src +++ b/script/build/release/src @@ -108,7 +108,7 @@ purge_files()  	done  	x_ ./handle make file -c bios_extract flashrom grub uefitool \  	    util-fw/stm32-vserprog util-fw/stm32-vserprog/libopencm3 \ -	    memtest86plus/build* util/* +	    memtest86plus/build32 memtest86plus/build64 util/*  	x_ rm -Rf .git* */.git* */*/.git* */*/*/.git* */*/*/*/.git* \  	    */*/*/*/*/.git* */*/*/*/*/*/.git* */*/*/*/*/*/*/.git* | 
