Changeset 4edbd1c in buchla-emu for Makefile


Ignore:
Timestamp:
07/16/2017 08:07:50 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
635c507
Parents:
d54045b
Message:

Ignore build files. Valgrind target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd54045b r4edbd1c  
    5555                                gcc $(FLAGS_LNK) -o buchla $(CPU_OP) $(GEN_OP) $(EMU_OP)
    5656
     57val:                    buchla
     58                                valgrind --leak-resolution=high --track-fds=yes --leak-check=full \
     59                                --show-reachable=yes ./buchla
     60
    5761clean:
    5862                                rm -rf build
Note: See TracChangeset for help on using the changeset viewer.