mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
Merge branch 'master' of https://github.com/jewalky/UltimateDoomBuilder
This commit is contained in:
commit
d12f5fdb59
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,6 @@
|
|||
|
||||
BUILDTYPE ?= Release
|
||||
|
||||
all: linux
|
||||
|
||||
run:
|
||||
|
@ -9,7 +11,7 @@ linux: builder native
|
|||
mac: builder nativemac
|
||||
|
||||
builder:
|
||||
msbuild /nologo /verbosity:minimal -p:Configuration=Release BuilderMono.sln
|
||||
msbuild /nologo /verbosity:minimal -p:Configuration=$(BUILDTYPE) BuilderMono.sln
|
||||
cp builder.sh Build/builder
|
||||
chmod +x Build/builder
|
||||
|
||||
|
|
Loading…
Reference in a new issue