diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
commit | ccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch) | |
tree | d031f07d913943b967c1c494a223b9e69eaa3d68 /m0/makefile | |
parent | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff) | |
download | mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip |
some cosmetic changes and makefile fixes
Diffstat (limited to 'm0/makefile')
-rw-r--r-- | m0/makefile | 3 |
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 |