Separate rules for building bytecode & native code versions.
[virt-mem.git] / ps / Makefile.in
index 8e0fc5d..12edaef 100644 (file)
@@ -44,9 +44,11 @@ OCAMLDEPFLAGS        = $(SYNTAX)
 OBJS           = virt_ps.cmo
 XOBJS          = virt_ps.cmx
 
-TARGETS                = $(OBJS) $(XOBJS)
+all: byte opt
 
-all:   $(TARGETS)
+byte: virt_ps.cmo
+
+opt: virt_ps.cmx
 
 install: