From da1efac59d8b94dd8590e4b98f9af0c430ebc4c9 Mon Sep 17 00:00:00 2001
From: Joachim Bauch <bauch@struktur.de>
Date: Tue, 14 Jun 2022 16:50:34 +0200
Subject: [PATCH] make: No need to run easyjson against room.go.

Doesn't define any JSON structs, so easyjson is no longer needed.
---
 Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6acce97..938734a 100644
--- a/Makefile
+++ b/Makefile
@@ -95,11 +95,10 @@ coverhtml: vet common
 	PATH="$(GODIR)":$(PATH) "$(GOPATHBIN)/easyjson" -all $*.go
 
 common: \
-	api_signaling_easyjson.go \
 	api_backend_easyjson.go \
 	api_proxy_easyjson.go \
-	natsclient_easyjson.go \
-	room_easyjson.go
+	api_signaling_easyjson.go \
+	natsclient_easyjson.go
 
 $(BINDIR):
 	mkdir -p $(BINDIR)