moved files to more appropriate locations

This commit is contained in:
Robin Jones 2016-09-09 21:44:26 +01:00
parent 52f4573762
commit 0451d6fab6
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ $(PROG_NAME).elf : $(OBJECTS)
#@$(CC) $(CFLAGS) -c $< -o $@
copy: $(PROG_NAME).v64
sh upload.sh
sh ./tools/upload.sh
$(PROG_NAME).dfs:
$(MKDFSPATH) $(BINDIR)/$(PROG_NAME).dfs $(RESDIR)/filesystem/

View File

@ -5,8 +5,8 @@ if [ -e $file ]
then
echo -e "File $file exists - mount ok"
echo -e "copy..."
sudo cp OS64.v64 /mnt/ED64/
sudo cp ALT64.INI /mnt/ED64/
sudo cp ../bin/OS64.v64 /mnt/ED64/
sudo cp ../res/ALT64.INI /mnt/ED64/
echo -e "umounting..."
sudo umount /mnt
echo -e "done..."