From 6b288d97560d7c0bac52e3c7227f3e6ace4afb9b Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 19 Feb 2018 06:13:33 +0100 Subject: [PATCH] Updated makefile --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 18be9e9a..111cd749 100644 --- a/makefile +++ b/makefile @@ -9,6 +9,8 @@ BUILDPATCHES=@./patches/build.sh BUILDBOTS=@./bots/build.sh TSCMD=@tsc IPTABLES=@sudo iptables + +# Determine the name of the platform OSNAME= ifeq ($(OS),Windows_NT) @@ -23,6 +25,7 @@ else endif endif +# Build targets server: $(GOBUILD) jobs: @@ -50,7 +53,6 @@ endif go install github.com/aerogo/run versions: @go version - @asd --version assets: $(TSCMD) @pack