From 7b8200f8aaf14195c0817e13234c712e7ab18eb6 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 13 Apr 2010 19:56:18 +0000 Subject: [PATCH] fixed makefile From: tassi --- helm/software/components/tptp_grafite/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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;\ -- 2.39.2