diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-26 20:23:16 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-26 20:23:16 +0000 |
commit | c4913b91fb1b152601a047f2163a8fe758a9042a (patch) | |
tree | e36a1ae6701db075c5bb7cb4861b22fa290d2318 /otherlibs/unix | |
parent | feac66d0ed9f594951f018dbacab148771f446e1 (diff) |
Nettoyage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@471 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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* |