From 4d10092b30651ba7d5c8eb82a925d5750105286d Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 19 Sep 2020 12:31:18 +0000 Subject: [PATCH] delete pyc files in test folder --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9f415b4..9328ed5 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,8 @@ tidy: clean: rm -f libhardened_malloc.so $(OBJECTS) + rm -f test/simple-memory-corruption/__init__.pyc + rm -f test/simple-memory-corruption/test_smc.pyc test: libhardened_malloc.so make -C test/