Skip to content

Commit

Permalink
Forgot to erase full-firmware-memory-protected.bin in make clean #46
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsido committed Jan 11, 2019
1 parent a757191 commit 27bed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clean:
rm -f tiny-firmware/bootloader/combine/fw.bin
rm -f tiny-firmware/bootloader/combine/combined.bin
rm -f tiny-firmware/bootloader/libskycoin-crypto.so
rm -f bootloader-memory-protected.bin bootloader-no-memory-protect.bin full-firmware-no-mem-protect.bin
rm -f bootloader-memory-protected.bin bootloader-no-memory-protect.bin full-firmware-no-mem-protect.bin full-firmware-memory-protected.bin

build-deps:
make -C tiny-firmware/vendor/nanopb/generator/proto/
Expand Down

0 comments on commit 27bed8b

Please sign in to comment.