aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
committerAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
commit7962e7b26201506d38bff049d6d20c0fb81df38e (patch)
treebe8a9472f743052a8314ca5621e32151c10ae000 /Makefile
parente1f5c31402df97594116267b4f918582f2496ee0 (diff)
downloadbottin-7962e7b26201506d38bff049d6d20c0fb81df38e.tar.gz
bottin-7962e7b26201506d38bff049d6d20c0fb81df38e.zip
Rebrand to Bottin (with Superboum's benediction)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0860814..13fed94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
-all: gobottin
+all: bottin
-gobottin: main.go ssha.go util.go acl.go read.go write.go
+bottin: main.go ssha.go util.go acl.go read.go write.go
go get -d -v
- go build -v
+ go build -v -o bottin
-gobottin.static: main.go ssha.go util.go acl.go read.go write.go
+bottin.static: main.go ssha.go util.go acl.go read.go write.go
go get -d -v
- CGO_ENABLED=0 GOOS=linux go build -a -v -o gobottin.static
+ CGO_ENABLED=0 GOOS=linux go build -a -v -o bottin.static
-docker: gobottin.static
- docker build -t lxpz/gobottin_amd64:$(TAG) .
- docker push lxpz/gobottin_amd64:$(TAG)
- docker tag lxpz/gobottin_amd64:$(TAG) lxpz/gobottin_amd64:latest
- docker push lxpz/gobottin_amd64:latest
+docker: bottin.static
+ docker build -t lxpz/bottin_amd64:$(TAG) .
+ docker push lxpz/bottin_amd64:$(TAG)
+ docker tag lxpz/bottin_amd64:$(TAG) lxpz/bottin_amd64:latest
+ docker push lxpz/bottin_amd64:latest