Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4edbd1c
in buchla-emu for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/16/2017 08:07:50 PM (
8 years
ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
635c507
Parents:
d54045b
Message:
Ignore build files. Valgrind target.
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
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
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive