Build scripts don't clean after themselves

This commit is contained in:
Frank Denis
2016-04-29 20:40:56 +02:00
parent 8326bc1d75
commit 90a5f8e624
-3
View File
@@ -23,6 +23,3 @@ make distclean > /dev/null
--prefix="$PREFIX" || exit 1
make -j3 check && make -j3 install || exit 1
# Cleanup
make distclean > /dev/null