diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-15 19:33:04 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-15 19:33:04 +0100 |
commit | 3833a92d5823f0f54030dedbcadbda4ef8583b41 (patch) | |
tree | 79b7a82191d7bc9e07debd7c9377c71809828a1a /Makefile | |
parent | ca1b573ef87498595a30b757d6d9c66d12d14ae6 (diff) | |
download | Melon-3833a92d5823f0f54030dedbcadbda4ef8583b41.tar.gz Melon-3833a92d5823f0f54030dedbcadbda4ef8583b41.zip |
Screwy implementation of FATFS::read
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ floppy: $(Files) for f in $(Files); do \ sudo cp $$f Mount; \ done + sudo cp Source/Applications/Demos/GOL Mount/GOL.app + sudo cp Source/Applications/Demos/asmdemo Mount/ASM.dem sleep 0.4 sudo umount Mount |