aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f36b952..9ec5619 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ build:
.PHONY: tests
tests:
- cd ./tests/ && $(MAKE)
+ $(MAKE) -C ./tests
.PHONY: static-analysis
static-analysis: