diff --git a/Makefile b/Makefile index 9a00a3b8..fcc6c7d2 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,4 @@ gdb: ## start remote gdb session which connects to the openocd load: ## load contents of src into mass storage of trezor rm -rf /run/media/${USER}/PYBFLASH/* cp -a src/* /run/media/${USER}/PYBFLASH/ + sync