From 21083e866f6ae53c84b514e7df7ee550b15e5719 Mon Sep 17 00:00:00 2001 From: Thomas Touhey Date: Mon, 23 May 2016 20:11:06 +0200 Subject: [PATCH] Corrected link to libfx --- Makefile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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