From: Julian Seward Date: Thu, 26 Mar 2015 07:12:27 +0000 (+0000) Subject: Add source dependencies, and improve the 'clean' target. X-Git-Tag: svn/VALGRIND_3_11_0^2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56601b0c68aaf9501991779dc323af0a23af853;p=thirdparty%2Fvalgrind.git Add source dependencies, and improve the 'clean' target. git-svn-id: svn://svn.valgrind.org/vex/trunk@3105 --- diff --git a/VEX/useful/Makefile-vex b/VEX/useful/Makefile-vex index eb0b4616e3..637afc9830 100644 --- a/VEX/useful/Makefile-vex +++ b/VEX/useful/Makefile-vex @@ -1,8 +1,8 @@ # Crude makefile to build the "vex" executable from test_main.c -vex: +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 + rm -f vex ../priv/*.o