moved files to more appropriate locations
This commit is contained in:
parent
52f4573762
commit
0451d6fab6
2
Makefile
2
Makefile
@ -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/
|
||||
|
@ -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..."
|
Loading…
Reference in New Issue
Block a user