summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-27 11:15:30 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-27 11:15:30 +0000
commita0b05eb2ceffbd012f429b1f02b9be5d308c9a95 (patch)
tree20d5beb1eaf40e43cecccb84cbb15839fa8bdf9e
parent3a6bde877c95dbbe239dba5a02fc5a34a275d870 (diff)
better clean to ease upgrading
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4756 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/labltk/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/lib/Makefile b/otherlibs/labltk/lib/Makefile
index 9a1e1003f..25328c881 100644
--- a/otherlibs/labltk/lib/Makefile
+++ b/otherlibs/labltk/lib/Makefile
@@ -5,7 +5,7 @@ all: $(LIBNAME).cma $(LIBNAME)top$(EXE) $(LIBNAME)
opt: $(LIBNAME).cmxa
clean:
- rm -f $(LIBNAME).cma $(LIBNAME).cmxa $(LIBNAME)top$(EXE) $(LIBNAME) *.a
+ rm -f $(LIBNAME)top$(EXE) $(LIBNAME) *.cm* *.a
include ../labltk/modules
LABLTKOBJS=tk.cmo $(WIDGETOBJS)