Make compile clean, fix the usual small problems.

This commit is contained in:
wdenk
2003-03-26 11:42:53 +00:00
parent 2a46cabd77
commit ac6dbb85b7
17 changed files with 666 additions and 21 deletions

View File

@@ -62,7 +62,7 @@ $(LIB): .depend $(LIBOBJS)
$(OBJCOPY) -O srec $(<:.o=) $@
%.bin: %.srec
$(OBJCOPY) -O binary $< $@
$(OBJCOPY) -O binary $< $@ 2>/dev/null
#########################################################################