mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Add 'make run'
This commit is contained in:
parent
87fe50df56
commit
800090d5b3
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
all: linux
|
all: linux
|
||||||
|
|
||||||
|
run:
|
||||||
|
cd Build && mono Builder.exe
|
||||||
|
|
||||||
linux: builder native
|
linux: builder native
|
||||||
|
|
||||||
mac: builder nativemac
|
mac: builder nativemac
|
||||||
|
|
Loading…
Reference in a new issue