diff options
| author | pericycle <[email protected]> | 2025-02-10 19:59:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-10 19:59:41 +0800 |
| commit | 4b4a2745efc17ff000a60b2d0e220be140dd2a0d (patch) | |
| tree | 1bcf113daabfec62e8888f0b02bbb868d0876624 | |
| parent | 4ebeeb443c1b270550334c796ed4cde48640e406 (diff) | |
Rename output makefile -> Makefile.
The pr exists because in freebsd-port the default generated
`makefile` can't be detected in the gmake build system.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ xmake_sh_version="1.0.5" xmake_sh_verbose=false xmake_sh_diagnosis=false xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, tboox.org, xmake.io." -xmake_sh_makefile="${xmake_sh_projectdir}/makefile" +xmake_sh_makefile="${xmake_sh_projectdir}/Makefile" #----------------------------------------------------------------------------- # some helper functions |
