Update application name.
This commit is contained in:
parent
0b8134bbcf
commit
8b28228326
5 changed files with 9 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -8,4 +8,4 @@ lint:
|
|||
build:
|
||||
rm -rf build/
|
||||
mkdir build/
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/smartswitch-server ./cmd/smartswitch-server
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/gpio-webhook-server ./cmd/server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue