diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 13bcd32..502f9cf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,5 +23,8 @@ clean-all: cd lib/criterion && rm -rf build +$(MAKE) -C src clean-all +clean-cov: + +$(MAKE) -C src clean-cov + format: +$(MAKE) -C src format
\ No newline at end of file |
