Separate rules for building bytecode & native code versions.
[virt-mem.git] / ifconfig / Makefile.in
index 94957d1..861db51 100644 (file)
@@ -46,7 +46,11 @@ XOBJS                = virt_ifconfig.cmx
 
 TARGETS                = $(OBJS) $(XOBJS)
 
-all:   $(TARGETS)
+all: byte opt
+
+byte: virt_ifconfig.cmo
+
+opt: virt_ifconfig.cmx
 
 install: