From: Enrico Tassi Date: Tue, 13 Apr 2010 19:56:18 +0000 (+0000) Subject: fixed makefile X-Git-Tag: make_still_working~2925 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7b8200f8aaf14195c0817e13234c712e7ab18eb6;p=helm.git fixed makefile From: tassi --- diff --git a/helm/software/components/tptp_grafite/Makefile b/helm/software/components/tptp_grafite/Makefile index 9eac2dd05..e452480d8 100644 --- a/helm/software/components/tptp_grafite/Makefile +++ b/helm/software/components/tptp_grafite/Makefile @@ -65,6 +65,8 @@ parse-%: done thf: + rm -rf THF + mkdir THF for x in `cat thf_problems`; do\ echo $$x;\ ./mainTHF -tptppath $(TPTPDIR) $$x.p > THF/$$x.ma;\