Machines app
This commit is contained in:
14
machines/Makefile
Normal file
14
machines/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
EXEC=machines-app
|
||||
CONTAINER_NAME=machines-app
|
||||
IMAGE_NAME=komponiranje-machines-app
|
||||
|
||||
run:
|
||||
@air
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
@go build -ldflags "-s -w" -o ./build/${EXEC} ./app/.
|
||||
|
||||
upgrade-packages:
|
||||
@go get -u ./...
|
||||
|
||||
Reference in New Issue
Block a user