Merge pull request #8 from vith/unhide-dos2unix-stderr

avoid hiding stderr from dos2unix to make it easier to notice problems
This commit is contained in:
Trevor Joynson
2018-03-15 17:54:11 +00:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ clean:
%.bin.ihex: %.p
objcopy -Oihex $^ $@
dos2unix $@ 2>/dev/null
dos2unix --quiet $@
%.c: %.bin
@echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@