summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-08-26 09:03:56 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2007-08-26 09:03:56 +0000
commit2b89ae94ffb6dc56fa780acced8ab7ad0afbb3b5 (patch)
tree5e47d0b27d94a85eefa3a5be27b7e45fa0941ff3 /Makefile
parenteb5d2ceee173d65bb166f6ffbe8e7da965f43a4b (diff)
Ajout de common/Complements.v
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@405 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f54d7c4..2a795e4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LIB=Coqlib.v Maps.v Lattice.v Ordered.v \
# Files in common/
COMMON=Errors.v AST.v Events.v Globalenvs.v Mem.v Values.v \
- Smallstep.v Switch.v Main.v
+ Smallstep.v Switch.v Main.v Complements.v
# Files in backend/