Skip to content

Commit

Permalink
fix 8.6 Makefile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Apr 28, 2017
1 parent 3a046f1 commit 55c7ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COQVERSION := $(shell coqc --version|grep "version 8.5")
COQVERSION := $(shell coqc --version|egrep "version (8\\.5|8\\.6)")

ifeq "$(COQVERSION)" ""
$(error "Verdi LockServ is only compatible with Coq version 8.5")
$(error "Verdi is only compatible with Coq version 8.5 or 8.6")
endif

COQPROJECT_EXISTS=$(wildcard _CoqProject)
Expand Down

0 comments on commit 55c7ce3

Please sign in to comment.