diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ GPATH=$(DIRS) # General-purpose libraries (in lib/) -LIB=Coqlib.v Intv.v Maps.v Lattice.v Ordered.v \ +LIB=Axioms.v Coqlib.v Intv.v Maps.v Lattice.v Ordered.v \ Iteration.v Integers.v Floats.v Parmov.v UnionFind.v # Parts common to the front-ends and the back-end (in common/) |