create build file and remove enviroment specific file

This commit is contained in:
hugova 2025-05-08 21:46:02 +02:00
parent 3e063e9aaf
commit 032cbea0ab
2 changed files with 5 additions and 10 deletions

5
wip-hugo/build.sh Normal file
View file

@ -0,0 +1,5 @@
# !/bin/bash
killall x64sc
#Note that program start at $080D
cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l program.lst source.s \

View file

@ -1,10 +0,0 @@
# !/bin/bash
killall x64sc
#Note that program start at $080D
cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l file.list source.s \
#&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 file.prg </dev/null &>/dev/null &
sleep 2
rm source.o
#rm file.prg