diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-06 11:09:03 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-11-06 11:09:03 +0000 |
commit | 9b594e281aac81f77ed10021bc50a792d7f54ce4 (patch) | |
tree | 6a26cf35c88d13f2c16f064dfdcf0b1514f0cc3f /otherlibs/unix | |
parent | 628dba6f3c82ec771dcc567ba163a7fc96e48cf2 (diff) |
Nettoyage.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@405 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/unix')
-rw-r--r-- | otherlibs/unix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile index 01bb298ea..aed6ba612 100644 --- a/otherlibs/unix/Makefile +++ b/otherlibs/unix/Makefile @@ -39,7 +39,10 @@ unix.cmxa: unix.cmx $(CAMLOPT) -a -o unix.cmxa unix.cmx clean: - rm -f libunix.a *.o *.cm* + rm -f *.cm* + +realclean: clean + rm -f *.a *.o install: cp libunix.a $(LIBDIR)/libunix.a |