aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-08 14:50:59 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-08 14:50:59 +0000
commite5a5332c96da9d65359c7a729a9c3fc81fb026d9 (patch)
treeee0ad18d348c55e660b7c1a64212a9b4e45f7b26 /Makefile
parent47a3b5afc264a45076a519682c094e207d4d210e (diff)
Integration of theories/Ints into theories/Numbers, part 3: auto-generation of NMake.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10902 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecd387105..5ce178689 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,7 @@ indepclean:
rm -f toplevel/mltop.byteml toplevel/mltop.optml
rm -f glob.dump
rm -f revision
+ rm -f theories/Numbers/Natural/BigN/NMake.v
docclean:
rm -f doc/*/*.dvi doc/*/*.aux doc/*/*.log doc/*/*.bbl doc/*/*.blg doc/*/*.toc \
@@ -179,6 +180,7 @@ archclean: clean-ide cleantheories
find . -name '*.cmx' -or -name '*.cmxa' -or -name '*.[soa]' | xargs rm -f
rm -f $(TOOLS)
rm -f $(MINICOQ)
+ rm -f theories/Numbers/Natural/BigN/genN
clean-ide:
rm -f $(COQIDECMO) $(COQIDECMX) $(COQIDECMO:.cmo=.cmi) $(COQIDEBYTE) $(COQIDEOPT) $(COQIDE)