Merge branch 'thingos' into thingos-next

This commit is contained in:
Calin Crisan 2018-03-25 20:35:49 +03:00
commit c4ada3a361

View File

@ -117,10 +117,10 @@ elif [ "$target" == "all" ]; then
make O=$outputdir all
elif [ -n "$target" ]; then
$0 $b all
make O=$outputdir $target
else
make O=$outputdir all
else # if [ -z "$target ]
$0 $b all
echo "build successful"
fi