From ccf6bf3f8e84dd016aad0b683518c18d40e411b1 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 29 Aug 2018 18:00:51 +0430 Subject: some cosmetic changes and makefile fixes --- m0/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm0/makefile') 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 -- cgit v1.2.3