diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 00:12:19 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 00:12:19 +0100 |
commit | e897f56253ef951482c2d2c525caa7c97907630c (patch) | |
tree | b3c5993bf019d8af8b4cf686847e5b08a2504d47 /resources/scripts/helpers | |
parent | 6f6d228fd230f94e91e7b42eacb2aa222bd52fb3 (diff) | |
download | librebootfr-e897f56253ef951482c2d2c525caa7c97907630c.tar.gz librebootfr-e897f56253ef951482c2d2c525caa7c97907630c.zip |
build/clean/seabios: use distclean, not clean
Diffstat (limited to 'resources/scripts/helpers')
-rw-r--r-- | resources/scripts/helpers/build/clean/seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/clean/seabios b/resources/scripts/helpers/build/clean/seabios index 63642634..02c5baf8 100644 --- a/resources/scripts/helpers/build/clean/seabios +++ b/resources/scripts/helpers/build/clean/seabios @@ -30,7 +30,7 @@ set -u -e printf "Cleaning the previous build of seabios\n" cd seabios/ -make clean +make distclean printf "\n\n" |