mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user