+gitea bare repo cloning
This commit is contained in:
4
Makefile
4
Makefile
@@ -57,9 +57,9 @@ clean:
|
||||
linkerflags = '-s -w'
|
||||
|
||||
prep: clean
|
||||
> @mkdir -p build
|
||||
> date +"%F %a %T %Z" > buildTime.txt
|
||||
> git describe --always --tags --dirty --long > buildVersion.txt
|
||||
> @mkdir -p build
|
||||
|
||||
build: prep linux windows
|
||||
|
||||
@@ -80,7 +80,7 @@ linux-production:
|
||||
release: prep linux-release windows
|
||||
|
||||
#-------------------------------------------------------------
|
||||
# Install - same as build, but places binary on system path
|
||||
# Install - same as build, but places linux binary on system path
|
||||
#-------------------------------------------------------------
|
||||
|
||||
install: prep
|
||||
|
||||
Reference in New Issue
Block a user