[verifier] Implement verification of byref returns.
[mono.git] / tools / pedump / Makefile.am
index 7a2776c851421bcac377310c5bf2ac9627e7335c..788704a9cb9498fe3da408bed3daa0fb7d355f47 100644 (file)
@@ -28,3 +28,8 @@ pedump_LDADD =                        \
 if HOST_DARWIN
 pedump_LDFLAGS=-framework CoreFoundation -framework Foundation
 endif
+
+#Helper target to rebuild metadata as well, it's useful when working on the verifier as its source still on metadata
+md:
+       make -C ../../mono/metadata all
+       make -C . all
\ No newline at end of file