source:
soft/giet_vm/mover/bins/Makefile
@
161
Last change on this file since 161 was 160, checked in by , 13 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | DU=mipsel-unknown-elf-objdump |
2 | BINS=$(wildcard *.bin) |
3 | |
4 | TODO=$(patsubst %.bin,%.bin.txt,$(BINS)) |
5 | |
6 | all: $(TODO) |
7 | @echo $(TODO) |
8 | @echo 'DONE!' |
9 | |
10 | %.bin.txt: %.bin |
11 | @echo $< |
12 | $(DU) -D $< > $@ |
Note: See TracBrowser
for help on using the repository browser.