diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 825aa4f..0823862 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,4 +24,7 @@ clean: clean-all: cd lib/criterion && rm -rf build - +$(MAKE) -C src clean-all
\ No newline at end of file + +$(MAKE) -C src clean-all + +format: + +$(MAKE) -C src format
\ No newline at end of file |
