repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git]
/
VEX
/
useful
/
Makefile-vex
blob
637afc983086bcec3f5e9f8656b003912ab24235
1
# Crude makefile to build the "vex" executable from test_main.c
2
3
vex: test_main.c test_main.h ../pub/*.h ../priv/*.c ../priv/*.h
4
(cd ..; make -f Makefile-gcc)
5
cc -I../pub -o vex test_main.c ../libvex.a
6
7
clean:
8
rm -f vex ../priv/*.o