mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-30 22:52:59 -04:00
Remove blank lines from listings.
This commit is contained in:
parent
8c6b6247cc
commit
27e5dd4f94
@ -27,7 +27,7 @@ ALL_DIRS=$(SUBDIRS:%=all-%)
|
||||
$(OBJCOPY) $< -O binary $@
|
||||
|
||||
%.lst : %
|
||||
$(OBJDUMP) -dr $< > $<.lst
|
||||
$(OBJDUMP) -dr $< | grep -v '^$$' > $<.lst
|
||||
|
||||
% : %.o
|
||||
$(LINK.c) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user