diff options
Diffstat (limited to 'otherlibs/unix')
-rw-r--r-- | otherlibs/unix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile index cd18c1141..7a389c590 100644 --- a/otherlibs/unix/Makefile +++ b/otherlibs/unix/Makefile @@ -38,6 +38,8 @@ unix.cma: unix.cmo unix.cmxa: unix.cmx $(CAMLOPT) -a -o unix.cmxa unix.cmx +unix.cmx: ../../cslopt + clean: rm -f *.cm* |