mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 11:51:25 +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
|
||||
|
||||
run:
|
||||
cd Build && mono Builder.exe
|
||||
|
||||
linux: builder native
|
||||
|
||||
mac: builder nativemac
|
||||
|
|
Loading…
Reference in a new issue