mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2025-10-31 11:56:44 -07:00
Add copy to makefile
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,5 +1,7 @@
|
||||
cflags = -O --cpu 6502 -t apple2
|
||||
|
||||
.PHONY: clean all copy
|
||||
|
||||
all: bin/GWRAM.po bin/GWRAM.dbg.po
|
||||
|
||||
obj:
|
||||
@@ -60,6 +62,11 @@ bin/GWRAM.dbg.po: bin/main.dbg.sys
|
||||
cp prodos140.po bin/GWRAM.dbg.po
|
||||
cat bin/main.dbg.sys | java -jar ./ac-1.6.0.jar -p $@ gwram.system sys 0x2000
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -fr bin obj
|
||||
|
||||
copy: bin/GWRAM.po
|
||||
cp bin/GWRAM.po /Volumes/FLOPPYEMU/GWRAM.po
|
||||
diskutil unmount /Volumes/FLOPPYEMU/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user