X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;h=c372b853007b72ff1325a33a92f22f11ccd59ea3;hp=c35605a0f13abdf59be39b998f430c8d91a6627a;hb=c700f5a65d664d4c0a3e76d33aa3769266bf330c;hpb=09ecf444dc69f6d0129605b46aaa88531bbb6b87 diff --git a/Makefile b/Makefile index c35605a..c372b85 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ else @echo ++ YOU DO NOT HAVE COQ VERSION $(coq_version_wanted) INSTALLED ++ @echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @echo - @echo Therefore, I am going to "git pull" from the coq-extraction-baked-in + @echo Therefore, I am going to "git pull -f" from the coq-extraction-baked-in @echo branch of the repository. @echo - git pull http://git.megacz.com/coq-hetmet.git coq-extraction-baked-in:master + git pull -f http://git.megacz.com/coq-hetmet.git coq-extraction-baked-in:master endif