X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FMakefile;h=82d051fc6ff57e6176d538be9849395a7c18bb21;hb=6df980575d031355d2c4be26a029ed0d6c680bff;hp=5f8063939e54cd990cd886dc4702f5ee658726ab;hpb=6bfd11a764024577d1a427d9b6e3074d66ff09fa;p=helm.git 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 \