mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
delete pyc files in test folder
This commit is contained in:
parent
8906c0941a
commit
4d10092b30
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -133,6 +133,8 @@ tidy:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f libhardened_malloc.so $(OBJECTS)
|
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
|
test: libhardened_malloc.so
|
||||||
make -C test/
|
make -C test/
|
||||||
|
|
Loading…
Add table
Reference in a new issue