Separate rules for building bytecode & native code versions.
[virt-mem.git] / extract / codegen / Makefile.in
index b7d1632..92c131f 100644 (file)
@@ -41,7 +41,11 @@ OBJS         = pahole_parser.cmo \
                  compile_kerneldb.cmo
 XOBJS          = $(OBJS:.cmo=.cmx)
 
-all:   $(TARGETS)
+all: byte opt
+
+byte:
+
+opt: $(TARGETS)
 
 compile-kerneldb.opt: $(XOBJS)
        ocamlfind ocamlopt \