Skip to content

Commit

Permalink
Include examples in all make target
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jul 10, 2024
1 parent 1ec7267 commit 934ac67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/coq-concert.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ depends: [
"coq-stdpp" {= "1.10.0"}
]
build: [
[make]
[make "core"]
[make "examples"] {with-test}
[make "html"] {with-doc}
]
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all: utils execution embedding extraction
all: utils execution embedding extraction examples
.PHONY: all

core: utils execution embedding extraction
.PHONY: core

utils:
+make -C utils
.PHONY: utils
Expand Down
2 changes: 1 addition & 1 deletion coq-concert.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pin-depends: [
]

build: [
[make]
[make "core"]
[make "examples"] {with-test}
[make "html"] {with-doc}
]
Expand Down

0 comments on commit 934ac67

Please sign in to comment.