summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68ed6d6..cd9f367 100644
--- a/Makefile
+++ b/Makefile
@@ -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/)