source: soft/giet_vm/mover/bins/Makefile @ 160

Last change on this file since 160 was 160, checked in by karaoui, 12 years ago

giet-vm new version

File size: 187 bytes
Line 
1DU=mipsel-unknown-elf-objdump
2BINS=$(wildcard *.bin)
3
4TODO=$(patsubst %.bin,%.bin.txt,$(BINS))
5
6all: $(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.