We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d79400 + d520313 commit 31a6f80Copy full SHA for 31a6f80
1 file changed
Makefile
@@ -30,7 +30,7 @@ clean:
30
31
%.bin.ihex: %.p
32
objcopy -Oihex $^ $@
33
- dos2unix $@ 2>/dev/null
+ dos2unix --quiet $@
34
35
%.c: %.bin
36
@echo "{" >$@; hexdump -f hex $^ >>$@; echo "};" >>$@
0 commit comments