mirror of
https://github.com/a2geek/basic-system-cmd.git
synced 2026-03-11 09:41:59 +00:00
Trying a makefile, starting to split out commands.
This commit is contained in:
10
Makefile
Executable file
10
Makefile
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
all: online.bin
|
||||
|
||||
online.bin:
|
||||
cl65 online.asm -o online.bin -t none --start-addr 0x2000 --listing
|
||||
cp template.po online.po
|
||||
java -jar /Applications/AppleCommander.app/Contents/Resources/Java/AppleCommander.jar -p online.po online BIN 0x2000 < online.bin
|
||||
|
||||
clean:
|
||||
rm *.bin *.lst *.o online.po
|
||||
Reference in New Issue
Block a user