Changeset 4edbd1c in buchla-emu
- 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.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
rd54045b
|
r4edbd1c
|
|
55 | 55 | gcc $(FLAGS_LNK) -o buchla $(CPU_OP) $(GEN_OP) $(EMU_OP) |
56 | 56 | |
| 57 | val: buchla |
| 58 | valgrind --leak-resolution=high --track-fds=yes --leak-check=full \ |
| 59 | --show-reachable=yes ./buchla |
| 60 | |
57 | 61 | clean: |
58 | 62 | rm -rf build |