android_mt6572_jiabo/external/valgrind/VEX/useful/Makefile-vex
2025-09-05 16:56:03 +08:00

8 lines
235 B
Text

# Crude makefile to build the "vex" executable from test_main.c
vex: test_main.c test_main.h ../pub/*.h ../priv/*.c ../priv/*.h
(cd ..; make -f Makefile-gcc)
cc -I../pub -o vex test_main.c ../libvex.a
clean:
rm -f vex ../priv/*.o