Skip to content

Commit

Permalink
Merge pull request #97 from coq-community/compile-wo-coq-core
Browse files Browse the repository at this point in the history
Compile without coq-core
  • Loading branch information
proux01 authored Jan 7, 2025
2 parents d9ff01f + 9425a57 commit 97da402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean: Makefile.coq
_CoqProject:;

Makefile.coq: _CoqProject
$(COQBIN)coq_makefile -f _CoqProject -o Makefile.coq
$(COQBIN)rocq makefile -f _CoqProject -o Makefile.coq

%: Makefile.coq
$(MAKE) -f Makefile.coq $@
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,3 @@ cd bignums
make # or make -j <number-of-cores-on-your-machine>
make install
```



3 changes: 2 additions & 1 deletion coq-bignums.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install: [
]
depends: [
"ocaml"
"coq" {= "dev"}
"rocq-core" {= "dev"}
"coq-stdlib"
]

tags: [
Expand Down

0 comments on commit 97da402

Please sign in to comment.