Capitalize Makefiles, sometimes matters on Linux

Lowercased Makefiles don't get picked up by the .gitignore for example,
which always looks odd after configuring. This commit just puts a
capital 'M' in front, like it's common.
This commit is contained in:
Carsten Hartenfels
2019-06-23 13:48:02 +02:00
parent 99cff9e74e
commit b231645131
2 changed files with 1 additions and 1 deletions

View File

@@ -57,6 +57,6 @@ AC_TYPE_UINT8_T
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
AC_CONFIG_FILES([makefile cglm.pc])
AC_CONFIG_FILES([Makefile cglm.pc])
AC_OUTPUT