Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalium committed Sep 6, 2024
1 parent 6717d1f commit a09ea58
Show file tree
Hide file tree
Showing 6 changed files 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 @@ -204,7 +204,7 @@ run_deps : app
cp README.md mnt/
cp generated/bin/* mnt/
cp default/init.txt mnt/
[ -f "${WITH_APP_BIN}" ] && cp ${WITH_APP_BIN} mnt/
[ -f "${WITH_APP_BIN}" ] && cp ${WITH_APP_BIN} mnt/ || true

.PHONY : watch_serial
watch_serial:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a09ea58

Please sign in to comment.