Skip to content

Commit

Permalink
Fix 'make clean' under Windows.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10337 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Apr 30, 2010
1 parent ad42f8a commit c7ca384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/num/Makefile.nt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COBJS=bng.$(O) nat_stubs.$(O)
include ../Makefile.nt

clean::
cd test ; $(MAKEREC) clean
rm -f *~

bng.$(O): bng.h bng_digit.c \
bng_alpha.c bng_amd64.c bng_ia32.c bng_mips.c bng_ppc.c bng_sparc.c
Expand Down

0 comments on commit c7ca384

Please sign in to comment.