diff --git a/Makefile b/Makefile index 0e140b8..c0449ab 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ lib$(NAME).a: $(OBJDIR) $(ALLOBJ) $(AR) rc $@ $(ALLOBJ) $(RANLIB) $@ -## Clean the object files and compressed manpages +## Clean the object files clean: $(RM) $(ALLOBJ) diff --git a/README.md b/README.md index 7d18651..e69d14d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The original docs have been converted to markdown and are available [in the libm ## Pre-requisites -| Name | Version | -| -------------------------------------------------------| ------- | -| [libfx](http://git.planet-casio.com/cakeisalie5/libfx) | =1.0 | +| Name | Version | +| -------------------------------------------------| ------- | +| [libfx](http://git.planet-casio.com/casio/libfx) | =1.0 | ## Building