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 66765d6..a4d2036 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ proof: $(FILES:.v=.vo)
extraction: extraction/STAMP
-extraction/STAMP: $(FILES:.v=.vo) extraction/extraction.v
+extraction/STAMP: $(FILES:.v=.vo) extraction/extraction.v $(ARCH)/extractionMachdep.v
rm -f extraction/*.ml extraction/*.mli
$(COQEXEC) extraction/extraction.v
touch extraction/STAMP