updated all makefiles

This commit is contained in:
mazzol_a
2025-05-15 17:08:27 +02:00
committed by Dhanya Thattil
parent d450db5911
commit f1fc7ae0ec
10 changed files with 20 additions and 93 deletions

View File

@ -60,6 +60,7 @@ do
file="${i}_developer"
echo -e "Compiling $dir [$file]"
cd $dir
make clean
if make $target; then
deterror[$idet]="OK"
else