From 800090d5b31572eba407f7c7bdfcd81047dcc1df Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sat, 12 Sep 2020 01:24:20 +0200 Subject: [PATCH] Add 'make run' --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 24c9ca34..f3cdbf92 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: linux +run: + cd Build && mono Builder.exe + linux: builder native mac: builder nativemac