Skip to content

Commit

Permalink
Let copy-compiled remove old mpy files from device
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 committed Jun 20, 2024
1 parent 0e1022c commit b49b728
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 @@ -129,7 +129,7 @@ copy-bootpy:

copy-compiled:
@echo "===> Copying compiled KMK folder"
@rsync -rhu $(MPY_TARGET_DIR)/* $(MOUNTPOINT)/
@rsync -rhu -delete $(MPY_TARGET_DIR)/* $(MOUNTPOINT)/
@sync

ifdef USER_KEYMAP
Expand Down

0 comments on commit b49b728

Please sign in to comment.