Skip to content

Commit

Permalink
make_machines.sh should also compile common and plus4emu
Browse files Browse the repository at this point in the history
  • Loading branch information
randyrossi committed Feb 14, 2020
1 parent 2851174 commit 21809b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions make_machines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ echo "Need arg [pi0|pi2|pi3|pi4]"
exit
fi

cd third_party/common
make
cd ../..

cd third_party/vice-3.3
make x64
make x128
Expand All @@ -27,6 +31,10 @@ make xplus4
make xpet
cd ../..

cd third_party/plus4emu
make
cd ../..

MACHINES="C64:c64 C128:c128 VIC20:vic20 Plus4:plus4 Plus4Emu:plus4emu PET:pet"

for m in $MACHINES
Expand Down

0 comments on commit 21809b8

Please sign in to comment.