]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
added "start" and "stop" targets for hbugs
[helm.git] / helm / gTopLevel / Makefile
index 5f8063939e54cd990cd886dc4702f5ee658726ab..82d051fc6ff57e6176d538be9849395a7c18bb21 100644 (file)
@@ -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 \