Skip to content

Commit

Permalink
Merge pull request #8 from vith/unhide-dos2unix-stderr
Browse files Browse the repository at this point in the history
avoid hiding stderr from dos2unix to make it easier to notice problems
  • Loading branch information
akatrevorjay authored Mar 15, 2018
2 parents 5d79400 + d520313 commit 31a6f80
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 @@ -30,7 +30,7 @@ clean:

%.bin.ihex: %.p
objcopy -Oihex $^ $@
dos2unix $@ 2>/dev/null
dos2unix --quiet $@

%.c: %.bin
@echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
Expand Down

0 comments on commit 31a6f80

Please sign in to comment.