Changeset 55edaf3 in buchla-68k
- Timestamp:
- 07/22/2017 02:30:33 PM (7 years ago)
- Branches:
- master
- Children:
- ff9ab1a
- Parents:
- 4d3e5a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r4d3e5a4 r55edaf3 169 169 bios.abs: bios.elf bios.img 170 170 misc/mkhd.sh $(CROSS_NM) bios.elf >/tmp/bios.hdr 171 ls -l bios.img 171 172 cat /tmp/bios.hdr bios.img >bios.abs 172 173 rm /tmp/bios.hdr … … 218 219 midas.abs: midas.elf midas.img 219 220 misc/mkhd.sh $(CROSS_NM) midas.elf >/tmp/midas.hdr 221 ls -l midas.img 220 222 cat /tmp/midas.hdr midas.img >midas.abs 221 223 rm /tmp/midas.hdr
Note:
See TracChangeset
for help on using the changeset viewer.