Archived
1
0
Fork 0

docs: Update Makefile and README for release

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-10-06 19:12:49 +02:00
parent f51679193a
commit 47eed6fbee
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
2 changed files with 2 additions and 7 deletions

View file

@ -12,6 +12,7 @@ build:
release:
go build -ldflags "${LDFLAGS}" -o bin/flexassistant-${APPVERSION}-${PLATFORM}-${ARCH} *.go
sha256sum bin/flexassistant-${APPVERSION}-${PLATFORM}-${ARCH}
clean:
rm -rf bin