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