aboutsummaryrefslogtreecommitdiffstats
path: root/m0/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-29 13:30:51 +0000
commitccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch)
treed031f07d913943b967c1c494a223b9e69eaa3d68 /m0/makefile
parentfixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff)
downloadmutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz
mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip
some cosmetic changes and makefile fixes
Diffstat (limited to 'm0/makefile')
-rw-r--r--m0/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/m0/makefile b/m0/makefile
index f1f9cb2..a9afeaf 100644
--- a/m0/makefile
+++ b/m0/makefile
@@ -160,6 +160,9 @@ $(TARGET).so: $(TARGET).o ../tinyxml2/tinyxml2.o ./mutator_aux.o ./mutator_repor
$(TARGET).a: $(TARGET).o ../tinyxml2/tinyxml2.o ./mutator_aux.o ./mutator_report.o ../json/json.o
ar rcs $(TARGET).a $(TARGET).o
+valgrind:
+ valgrind --leak-check=yes $(TARGET)
+
clean:
rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov ./keccak-tiny/*.o