cake
/
p7utils
Archived
1
0
Fork 0

Corrected some little things

This commit is contained in:
Thomas Touhey 2016-12-26 21:41:29 +01:00
parent cf1a674913
commit ef1ab75f18
2 changed files with 2 additions and 2 deletions

View File

@ -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)" \

View File

@ -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