Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Fix Makefile bugs noticed in emsec#313
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds committed May 11, 2022
1 parent 4536789 commit 83ce182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/Chameleon-Mini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ dfu-prog: $(TARGET).hex $(TARGET).eep check_size
dfu-programmer $(MCU) reset

check_size: SHELL:=$(shell which bash)
check_size:
@{ \
set -e; \
if [ ! -f $(TARGET).elf ]; then \
Expand Down

0 comments on commit 83ce182

Please sign in to comment.