frontend
This commit is contained in:
parent
5ccd438fbf
commit
d474112fd2
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -1,6 +1,14 @@
|
||||||
|
FE=pkg/frontend/frontend
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
build:
|
build:
|
||||||
go build -o blas ./cmd/blas/
|
go build -o blas ./cmd/blas/
|
||||||
|
|
||||||
|
# pkg/frontend/frontend/hass_frontend:
|
||||||
|
frontend:
|
||||||
|
${FE}/script/setup
|
||||||
|
${FE}/script/build_frontend
|
||||||
|
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
dlv debug ./cmd/blas/ ${ARGS}
|
dlv debug ./cmd/blas/ ${ARGS}
|
||||||
|
|
Loading…
Reference in a new issue