X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=extract%2Fcodegen%2FMakefile.in;h=92c131f812504717000e6d5cfc96b43cb3facefc;hb=6d60df50895e83763a20c4ec62ef0ec334cd7676;hp=b7d1632de1fa771d5d772e4b0062ea1d452044a7;hpb=62b4fb5d778b12af1ed90c4f7934a34e10e1ba9d;p=virt-mem.git diff --git a/extract/codegen/Makefile.in b/extract/codegen/Makefile.in index b7d1632..92c131f 100644 --- a/extract/codegen/Makefile.in +++ b/extract/codegen/Makefile.in @@ -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 \