mirror of
https://github.com/strukturag/nextcloud-spreed-signaling.git
synced 2025-04-18 01:02:32 +00:00
make: No need to run easyjson against room.go.
Doesn't define any JSON structs, so easyjson is no longer needed.
This commit is contained in:
parent
4bedfdf780
commit
da1efac59d
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -95,11 +95,10 @@ coverhtml: vet common
|
||||||
PATH="$(GODIR)":$(PATH) "$(GOPATHBIN)/easyjson" -all $*.go
|
PATH="$(GODIR)":$(PATH) "$(GOPATHBIN)/easyjson" -all $*.go
|
||||||
|
|
||||||
common: \
|
common: \
|
||||||
api_signaling_easyjson.go \
|
|
||||||
api_backend_easyjson.go \
|
api_backend_easyjson.go \
|
||||||
api_proxy_easyjson.go \
|
api_proxy_easyjson.go \
|
||||||
natsclient_easyjson.go \
|
api_signaling_easyjson.go \
|
||||||
room_easyjson.go
|
natsclient_easyjson.go
|
||||||
|
|
||||||
$(BINDIR):
|
$(BINDIR):
|
||||||
mkdir -p $(BINDIR)
|
mkdir -p $(BINDIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue