smartflash: get rid of unneccessary error message if files/ exists
This commit is contained in:
parent
e99b549531
commit
bb5092a5ee
|
@ -14,7 +14,7 @@ rebuild:
|
|||
|
||||
setup:
|
||||
cp ../../firmware/firmware.bin .
|
||||
-mkdir files
|
||||
mkdir -p files
|
||||
cp ../../firmware/l0dable/*c0d files
|
||||
cp ../../firmware/l0dable/*nik files
|
||||
cp ../../firmware/l0dable/*int files
|
||||
|
|
Loading…
Reference in New Issue