updated all makefiles

This commit is contained in:
mazzol_a
2025-05-15 17:08:27 +02:00
parent 3ad4e01a5d
commit b4c8fc1765
9 changed files with 19 additions and 91 deletions

View File

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