Update copy pseudo-target in makefile

This commit is contained in:
Zane Kaminski
2024-08-04 02:57:08 -04:00
parent 4acc8277c1
commit 296e308f6e

View File

@@ -66,5 +66,7 @@ clean:
rm -fr bin obj rm -fr bin obj
copy: bin/GWRAM.po copy: bin/GWRAM.po
cp bin/GWRAM.po /Volumes/FLOPPYEMU/GWRAM.po cp bin/GWRAM.po /Volumes/FLOPPYEMU/GWRAM.po || true
diskutil unmount /Volumes/FLOPPYEMU/ diskutil unmount /Volumes/FLOPPYEMU/ || true
cp bin/GWRAM.po /Volumes/A2/GWRAM.po || true
diskutil unmount /Volumes/A2/ || true