changeset 40 | ddeeb217ed71 |
parent 0 | 4472ee7c6c3e |
39:3e94ee906bc6 | 40:ddeeb217ed71 |
---|---|
75 $(BINUTILS_PREFIX)readelf -S $(PGR).elf |
75 $(BINUTILS_PREFIX)readelf -S $(PGR).elf |
76 @echo |
76 @echo |
77 $(BINUTILS_PREFIX)size $(PGR).elf |
77 $(BINUTILS_PREFIX)size $(PGR).elf |
78 |
78 |
79 clean: |
79 clean: |
80 -\rm $(MASTER_OBJS) |
80 rm -f $(MASTER_OBJS) |
81 |
81 |
82 mrproper: clean |
82 mrproper: clean |
83 -\rm $(PGR).elf $(PGR).s19 $(PGR).b $(PGR).s |
83 rm -f $(PGR).elf $(PGR).s19 $(PGR).b $(PGR).s |
84 |
84 |