From ef1ab75f18ad5e11c8090f85dea5fa611979264a Mon Sep 17 00:00:00 2001 From: "Thomas \"Cakeisalie5\" Touhey" Date: Mon, 26 Dec 2016 21:41:29 +0100 Subject: [PATCH] Corrected some little things --- Makefile.vars | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.vars b/Makefile.vars index 562219f..c3d2066 100755 --- a/Makefile.vars +++ b/Makefile.vars @@ -60,7 +60,7 @@ # - More flags (profiling, ...) #CMOREFLAGS := # - All C Compiler flags - CFLAGS := $(CWARN) -std=gnu11 -fPIC -O2 \ + CFLAGS := $(CWARN) -std=gnu11 -O2 \ -D LICENSE="$(LICENSE)" -D VERSION="$(VERSION)" \ -D AUTHOR="$(AUTHOR_NAME) <$(AUTHOR_MAIL)>" \ -D DEFAULT_STORAGE="$(DEFAULT_STORAGE)" \ diff --git a/README.md b/README.md index 0744db9..fe29a94 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ calculator's OS (backup, flash). ### Making and runtime dependencies | Name | Version | | -------------------------------------------------- | --------- | -| [libp7](https://forge.touhey.fr/lib/libp7/) | >= 1.5 | +| [libp7](https://forge.touhey.fr/casio/lib/libp7/) | >= 1.5 | | [libsdl](https://libsdl.org/) | == 1.2.15 | ## Building