delete pyc files in test folder

This commit is contained in:
Patrick Schleizer 2020-09-19 12:31:18 +00:00 committed by GitHub
parent 8906c0941a
commit 4d10092b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/