Skip to content

Commit 56b874c

Browse files
authored
Merge pull request #661 from proux01/fix_build
Don't run tests in build target
2 parents 1931f7b + 873e371 commit 56b874c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-apps:
1313
.PHONY: build-apps
1414

1515
build:
16-
$(call dune,build) @install
16+
$(call dune,build) -p coq-elpi @install
1717
.PHONY: build
1818

1919
test-core:

0 commit comments

Comments
 (0)