Skip to content

Commit 7651112

Browse files
committed
Do not generate easyjson files
1 parent 8411d04 commit 7651112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ ifneq ($(OFFLINE), true)
167167
endif
168168

169169
.PHONY: genlocalfiles
170-
genlocalfiles: $(EXTRA_BUILD_TARGET) .proto .typescript .bindata .ovnmodel .gendecoder .easyjson .vppbinapi
170+
genlocalfiles: $(EXTRA_BUILD_TARGET) .proto .typescript .bindata .ovnmodel .gendecoder .vppbinapi
171171

172172
.PHONY: touchlocalfiles
173-
touchlocalfiles: .proto.touch .typescript.touch .bindata.touch .gendecoder.touch .easyjson.touch
173+
touchlocalfiles: .proto.touch .typescript.touch .bindata.touch .gendecoder.touch
174174

175175
.PHONY: clean
176176
clean: skydive.clean test.functionals.clean contribs.clean .ebpf.clean .easyjson.clean .proto.clean .gendecoder.clean .ovnmodel.clean .typescript.clean .vppbinapi.clean swagger.clean

0 commit comments

Comments
 (0)