Skip to content

Commit

Permalink
clean up correctly
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.00@12977 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Sep 28, 2012
1 parent c48c3bd commit 7c3797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/labltk/lib/Makefile
Expand Up @@ -21,7 +21,7 @@ all: $(LIBNAME).cma $(LIBNAME)top$(EXE) $(LIBNAME)
opt: $(LIBNAME).cmxa

clean:
rm -f $(LIBNAME)top$(EXE) $(LIBNAME) *.cm* *.$(A)
rm -f $(LIBNAME)top$(EXE) $(LIBNAME) *.cm* *.$(A) *$(EXT_DLL)

superclean:
- if test -f tk.cmo; then \
Expand Down

0 comments on commit 7c3797f

Please sign in to comment.