summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-15 19:33:04 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-15 19:33:04 +0100
commit3833a92d5823f0f54030dedbcadbda4ef8583b41 (patch)
tree79b7a82191d7bc9e07debd7c9377c71809828a1a /Makefile
parentca1b573ef87498595a30b757d6d9c66d12d14ae6 (diff)
downloadMelon-3833a92d5823f0f54030dedbcadbda4ef8583b41.tar.gz
Melon-3833a92d5823f0f54030dedbcadbda4ef8583b41.zip
Screwy implementation of FATFS::read
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33205ff..98a9dd5 100644
--- a/Makefile
+++ b/Makefile
@@ -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