Changeset 55edaf3 in buchla-68k for Makefile


Ignore:
Timestamp:
07/22/2017 02:30:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ff9ab1a
Parents:
4d3e5a4
Message:

List .img files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4d3e5a4 r55edaf3  
    169169bios.abs:               bios.elf bios.img
    170170                                misc/mkhd.sh $(CROSS_NM) bios.elf >/tmp/bios.hdr
     171                                ls -l bios.img
    171172                                cat /tmp/bios.hdr bios.img >bios.abs
    172173                                rm /tmp/bios.hdr
     
    218219midas.abs:              midas.elf midas.img
    219220                                misc/mkhd.sh $(CROSS_NM) midas.elf >/tmp/midas.hdr
     221                                ls -l midas.img
    220222                                cat /tmp/midas.hdr midas.img >midas.abs
    221223                                rm /tmp/midas.hdr
Note: See TracChangeset for help on using the changeset viewer.