Rename project to Mail-Graveyard
This commit is contained in:
parent
ba53f8bb19
commit
bb2bcb0576
20 changed files with 55 additions and 55 deletions
|
|
@ -12,6 +12,6 @@ go mod tidy
|
|||
|
||||
# Statisches Binary. Der Umzug laeuft dort, wo Netz zu beiden Providern besteht
|
||||
# (Workstation oder DietPi-NB) -> Linux + Windows bauen.
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags "-s -w" -o emailforwarder .
|
||||
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags "-s -w" -o emailforwarder.exe .
|
||||
echo "built ./emailforwarder und ./emailforwarder.exe"
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags "-s -w" -o mail-graveyard .
|
||||
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags "-s -w" -o mail-graveyard.exe .
|
||||
echo "built ./mail-graveyard und ./mail-graveyard.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue