From 6df980575d031355d2c4be26a029ed0d6c680bff Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sun, 7 Sep 2003 09:50:29 +0000 Subject: [PATCH] added "start" and "stop" targets for hbugs --- helm/gTopLevel/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 2.39.2