rename gnumake to make

pull/13/head
ruki 6 years ago
parent 42719c3d31
commit 90080226e1
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 3
      packages/m/make/xmake.lua

@ -1,4 +1,4 @@
package("gnumake")
package("make")
set_kind("binary")
set_homepage("https://www.gnu.org/software/make/")
@ -11,7 +11,6 @@ package("gnumake")
on_install("windows", function(package)
os.vrun("build_w32.bat")
os.cp("WinRel/gnumake.exe", package:installdir("bin"))
os.cp("WinRel/gnumake.exe", path.join(package:installdir("bin"), "make.exe"))
end)
Loading…
Cancel
Save