]> matita.cs.unibo.it Git - helm.git/commitdiff
added "start" and "stop" targets for hbugs
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 7 Sep 2003 09:50:29 +0000 (09:50 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Sun, 7 Sep 2003 09:50:29 +0000 (09:50 +0000)
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 \