make run.sh run test.prg instead of host.prg
This commit is contained in:
parent
9f830d0ca3
commit
ad961e2d23
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# !/bin/bash
|
||||
killall x64sc
|
||||
make BUILD_TYPE=test; \
|
||||
nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/host.lbl build/host.prg </dev/null &>/dev/null &
|
||||
nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 -moncommands build/test.lbl build/test.prg </dev/null &>/dev/null &
|
||||
|
|
Loading…
Add table
Reference in a new issue