From d520313556ae3b151692c54aac3d91e13f60a35a Mon Sep 17 00:00:00 2001 From: Jason Papakostas Date: Thu, 15 Mar 2018 10:05:35 -0500 Subject: [PATCH] avoid hiding stderr from dos2unix to make it easier to notice problems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be5a640..693bdbd 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clean: %.bin.ihex: %.p objcopy -Oihex $^ $@ - dos2unix $@ 2>/dev/null + dos2unix --quiet $@ %.c: %.bin @echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@