mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-30 07:31:36 +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
|
all: linux
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
@ -9,7 +11,7 @@ linux: builder native
|
||||||
mac: builder nativemac
|
mac: builder nativemac
|
||||||
|
|
||||||
builder:
|
builder:
|
||||||
msbuild /nologo /verbosity:minimal -p:Configuration=Release BuilderMono.sln
|
msbuild /nologo /verbosity:minimal -p:Configuration=$(BUILDTYPE) BuilderMono.sln
|
||||||
cp builder.sh Build/builder
|
cp builder.sh Build/builder
|
||||||
chmod +x Build/builder
|
chmod +x Build/builder
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue