diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile b/examples/Makefile index 2897ba163..12837ea24 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -62,7 +62,7 @@ $(LIB): .depend $(LIBOBJS)  	$(OBJCOPY) -O srec $(<:.o=) $@  %.bin:	%.srec -	$(OBJCOPY) -O binary $< $@ +	$(OBJCOPY) -O binary $< $@ 2>/dev/null  ######################################################################### |