mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 20:22:24 +00:00
Fix buildall build directories for windows and android.
This commit is contained in:
parent
e8738e51de
commit
9145a64b44
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ my $branch = "master";
|
|||
my %machines = (
|
||||
"pi" => ['pi@pie', "sudo", "make full", "projects/oberon/vishap/voc"],
|
||||
"darwin" => ['dave@dcb', "sudo", "make full", "projects/oberon/vishap/voc"],
|
||||
"wind" => ['-p5932 dave@wax', "", "sh makeall.sh", "~"],
|
||||
"android" => ['-p8022 root@and', "", "sh makeall.sh", "~"],
|
||||
"wind" => ['-p5932 dave@wax', "", "sh ~/makeall.sh", "vishaps/voc"],
|
||||
"android" => ['-p8022 root@and', "", "sh ~/makeall.sh", "vishap/voc"],
|
||||
"lub32" => ['dave@lub32', "sudo", "make full", "vishap/voc"],
|
||||
"ob32" => ['root@nas-ob32', "", "make full", "vishap/voc"],
|
||||
"ce64" => ['-p5922 obe@www', "sudo", "make full", "vishap/voc"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue