at master 274 B view raw
1diff -u a/src/Makefile b/src/Makefile 2--- a/src/Makefile 3+++ b/src/Makefile 4@@ -45,7 +45,7 @@ 5 endif 6 7 libnums.$(A): $(COBJS) 8- $(OCAMLMKLIB) -oc nums $(COBJS) 9+ $(OCAMLMKLIB) -custom -oc nums $(COBJS) 10 11 nums.cma: $(CMOS) 12 $(OCAMLMKLIB) -o nums -oc nums -linkall $(CMOS)