From 54bf1b633cd8d2876dc7162d77f9f5a93d327368 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 15 Jan 2003 12:16:17 +0000 Subject: [PATCH] changed default behavior of the "all:" target, now builds only bytecode --- helm/uwobo/src/ocaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/uwobo/src/ocaml/Makefile b/helm/uwobo/src/ocaml/Makefile index 4c5f463f9..27583699b 100644 --- a/helm/uwobo/src/ocaml/Makefile +++ b/helm/uwobo/src/ocaml/Makefile @@ -9,7 +9,7 @@ MODULES = uwobo_common uwobo_styles uwobo_logger uwobo_engine OBJS = $(patsubst %,%.cmo,$(MODULES)) OBJSOPT = $(patsubst %,%.cmx,$(MODULES)) -all: world +all: byte byte: uwobo opt: uwobo.opt world: byte opt -- 2.39.2