avoid hiding stderr from dos2unix to make it easier to notice problems

This commit is contained in:
Jason Papakostas
2018-03-15 10:05:35 -05:00
parent 5d79400cab
commit d520313556

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 "};" >>$@