Changeset 1efc42c in buchla-emu for Makefile


Ignore:
Timestamp:
07/30/2017 06:18:21 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c5b6c90
Parents:
caff491
Message:

Load floppy disk image file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcaff491 r1efc42c  
    122122                                ./mkdisk
    123123
    124 run:                    buchla
     124run:                    buchla buchla.disk
    125125                                ./buchla
    126126
    127 val:                    buchla
     127val:                    buchla buchla.disk
    128128                                valgrind --leak-resolution=high --track-fds=yes --leak-check=full \
    129129                                --show-reachable=yes --suppressions=misc/buchla.supp ./buchla
Note: See TracChangeset for help on using the changeset viewer.