Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Viguier
coq-verif-tweetnacl
Commits
310471bd
Commit
310471bd
authored
May 04, 2018
by
Benoit Viguier
Browse files
solve Makefile requirement
parent
99409bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
310471bd
...
...
@@ -28,10 +28,10 @@ COQTOP=$(COQBIN)coqtop
COQDEP
=
$(COQBIN)
coqdep
$(DEPFLAGS)
COQDOC
=
$(COQBIN)
coqdoc
-d
doc
-g
-utf8
$(DEPFLAGS)
COQVERSION
=
8.8.0
COQVERSION
=
8.7.0 or-else 8.7.1 or-else 8.7.2 or-else
8.8.0
COQV
=
$(
shell
$(COQC)
-v
)
ifeq
("$(filter $(COQVERSION),$(COQV))","")
$(error FAILURE
:
You need Coq $(COQVERSION) but you have this version: $(COQV))
$(error FAILURE
:
You need Coq $(COQVERSION) but you have this version: $(COQV))
endif
LIBS_FILES
=
$(
wildcard
Libs/
*
.v
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment