0.3.0; build; use make naming for clarity

This commit is contained in:
underscorediscovery 2020-06-02 11:19:50 -07:00
parent 7a6ff13290
commit 1d70395abd
7 changed files with 3 additions and 3 deletions

View File

@ -34,13 +34,13 @@ workspace "wren-cli"
location ("../xcode")
filter "action:gmake2"
location ("../gmake")
location ("../make")
filter { "action:gmake2", "system:bsd" }
location ("../gmake.bsd")
location ("../make.bsd")
filter { "action:gmake2", "system:macosx" }
location ("../gmake.mac")
location ("../make.mac")
project "wren_cli"
kind "ConsoleApp"