From: Stefano Zacchiroli Date: Sun, 7 Sep 2003 09:50:29 +0000 (+0000) Subject: added "start" and "stop" targets for hbugs X-Git-Tag: v0_0_1~20 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=6df980575d031355d2c4be26a029ed0d6c680bff added "start" and "stop" targets for hbugs --- diff --git a/helm/gTopLevel/Makefile b/helm/gTopLevel/Makefile index 5f8063939..82d051fc6 100644 --- a/helm/gTopLevel/Makefile +++ b/helm/gTopLevel/Makefile @@ -17,6 +17,11 @@ LIBRARIES_OPT = $(shell $(OCAMLFIND) query -recursive -predicates "native $(PRED all: styles gTopLevel opt: styles gTopLevel.opt +start: + $(MAKE) -C ../hbugs/ start +stop: + $(MAKE) -C ../hbugs/ stop + INTERFACE_FILES = \ proofEngine.mli logicalOperations.mli disambiguate.mli \ termEditor.mli texTermEditor.mli xmlDiff.mli termViewer.mli \