internal/dis/componeont/control: Move paths
This commit is contained in:
parent
52559e4d68
commit
e5ddede0c7
43 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -3,11 +3,11 @@
|
|||
all: wdcli
|
||||
|
||||
wdcli:
|
||||
go generate ./internal/dis/component/static/
|
||||
go generate ./internal/dis/component/control/static/
|
||||
go build -o ./wdcli ./cmd/wdcli
|
||||
|
||||
deps:
|
||||
cd internal/component/static/ && yarn install
|
||||
cd internal/dis/component/control/static/ && yarn install
|
||||
|
||||
clean:
|
||||
rm wdcli
|
||||
Loading…
Add table
Add a link
Reference in a new issue