diff options
-rw-r--r-- | otherlibs/num/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile index d787d62a1..a81811b38 100644 --- a/otherlibs/num/Makefile +++ b/otherlibs/num/Makefile @@ -26,7 +26,7 @@ include ../Makefile clean:: rm -f *~ - cd test; $(MAKE) clean + cd test && $(MAKE) clean 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 |