Skip to content

Commit 31a6f80

Browse files
authored
Merge pull request #8 from vith/unhide-dos2unix-stderr
avoid hiding stderr from dos2unix to make it easier to notice problems
2 parents 5d79400 + d520313 commit 31a6f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ clean:
3030

3131
%.bin.ihex: %.p
3232
objcopy -Oihex $^ $@
33-
dos2unix $@ 2>/dev/null
33+
dos2unix --quiet $@
3434

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

0 commit comments

Comments
 (0)