Update dependency and extend disclaimer

Exnted the title screen message and update engine version to 4.4.
This commit is contained in:
Aidan C. Mullen 2025-03-04 22:17:26 -05:00
parent 3c4b098637
commit f474eb7478
4 changed files with 16 additions and 13 deletions

View file

@ -57,7 +57,7 @@ AC_CONFIG_FILES([\
AC_CONFIG_SRCDIR([src/main.c])
CFLAGS="$CFLAGS -std=c11 -pedantic-errors -Wall -Wold-style-definition -Wextra \
CFLAGS="$CFLAGS -std=c99 -pedantic-errors -Wall -Wold-style-definition -Wextra \
-Wmissing-prototypes -Wstrict-prototypes" # Compile to C11
# without
# GNU extensions.