Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a527a27d authored by BESSON Frederic's avatar BESSON Frederic
Browse files

[fix Makefile]

parent 00bb22f3
No related branches found
Tags 8.13+no
No related merge requests found
Pipeline #905441 passed
...@@ -12,7 +12,7 @@ ifneq (,$(COQBIN)) ...@@ -12,7 +12,7 @@ ifneq (,$(COQBIN))
COQBIN:=$(COQBIN)/ COQBIN:=$(COQBIN)/
endif endif
VFILES := Lit.v Clause.v CnfSolver.v Formula.v Syntax.v KeyInt.v Lib.v PatriciaR.v Prover.v ReifClasses.v Tac.v KeySInt.v VFILES := Lit.v Clause.v CnfSolver.v Formula.v Syntax.v KeyInt.v Lib.v PatriciaR.v Prover.v ReifClasses.v Tac.v
VFILESTHY := $(addprefix theories/,$(VFILES)) VFILESTHY := $(addprefix theories/,$(VFILES))
ALLVFILES := Itauto.v NOlia.v Itauto.v Ctauto.v $(VFILES) ALLVFILES := Itauto.v NOlia.v Itauto.v Ctauto.v $(VFILES)
ALLVFILESTHY := $(addprefix theories/,$(ALLVFILES)) ALLVFILESTHY := $(addprefix theories/,$(ALLVFILES))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment