From 873e3715c256fc81cd05ab354429db877669e384 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Sat, 13 Jul 2024 11:31:35 +0200 Subject: [PATCH] Don't run test in build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ab28bc1a..985ca5e12 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ build-apps: .PHONY: build-apps build: - $(call dune,build) @install + $(call dune,build) -p coq-elpi @install .PHONY: build test-core: