added clean subc to makefile and cleaned out log artifacts, rearranged logs to be in project_root

This commit is contained in:
phanes
2023-02-18 20:55:42 -05:00
parent f2a9ea21ba
commit a64a366e80
18 changed files with 32 additions and 92 deletions

View File

@@ -23,7 +23,7 @@ wget \
echo "Validating source downloads..."
pushd ${dir_sources} 1>/dev/null 2>/dev/null
md5sum --quiet -c "md5sums.txt" || echofail "Validation failed. Redownload."
md5sum -c "md5sums.txt" || echofail "Validation failed. Redownload."
err=$?
popd 1>/dev/null 2>/dev/null