From 9b7cd4a3f8b70adb5f02a733506c2ffd4d67d311 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 7 Jan 2024 18:51:49 +0200 Subject: (Makefile) Make -C instead of cd make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3