mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2025-10-24 11:50:48 -07:00
Update copy pseudo-target in makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user