diff --git a/Makefile b/Makefile index 259b1f9..043ae1b 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,6 @@ clean: test: libhardened_malloc.so make -C test/ - -python3 -m unittest discover --start-directory test/ + python3 -m unittest discover --start-directory test/ .PHONY: check clean tidy test