Updated makefile
This commit is contained in:
parent
7827efb412
commit
6b288d9756
4
makefile
4
makefile
@ -9,6 +9,8 @@ BUILDPATCHES=@./patches/build.sh
|
|||||||
BUILDBOTS=@./bots/build.sh
|
BUILDBOTS=@./bots/build.sh
|
||||||
TSCMD=@tsc
|
TSCMD=@tsc
|
||||||
IPTABLES=@sudo iptables
|
IPTABLES=@sudo iptables
|
||||||
|
|
||||||
|
# Determine the name of the platform
|
||||||
OSNAME=
|
OSNAME=
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
@ -23,6 +25,7 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Build targets
|
||||||
server:
|
server:
|
||||||
$(GOBUILD)
|
$(GOBUILD)
|
||||||
jobs:
|
jobs:
|
||||||
@ -50,7 +53,6 @@ endif
|
|||||||
go install github.com/aerogo/run
|
go install github.com/aerogo/run
|
||||||
versions:
|
versions:
|
||||||
@go version
|
@go version
|
||||||
@asd --version
|
|
||||||
assets:
|
assets:
|
||||||
$(TSCMD)
|
$(TSCMD)
|
||||||
@pack
|
@pack
|
||||||
|
Loading…
Reference in New Issue
Block a user