Skip to content

Commit 1d70395

Browse files
committedJun 2, 2020
0.3.0; build; use make naming for clarity
1 parent 7a6ff13 commit 1d70395

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎projects/premake/premake5.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ workspace "wren-cli"
3434
location ("../xcode")
3535

3636
filter "action:gmake2"
37-
location ("../gmake")
37+
location ("../make")
3838

3939
filter { "action:gmake2", "system:bsd" }
40-
location ("../gmake.bsd")
40+
location ("../make.bsd")
4141

4242
filter { "action:gmake2", "system:macosx" }
43-
location ("../gmake.mac")
43+
location ("../make.mac")
4444

4545
project "wren_cli"
4646
kind "ConsoleApp"

0 commit comments

Comments
 (0)