From 39cd2e35dc183b914a63118409ebdf6c8b38071f Mon Sep 17 00:00:00 2001 From: GoWebProd Date: Mon, 30 Mar 2020 23:27:47 +0300 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e272dee..ce30363 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ generate: build ./tests/reference_to_pointer.go \ ./tests/html.go \ ./tests/unknown_fields.go \ - ./tests/type_declaration.go + ./tests/type_declaration.go bin/easyjson -all ./tests/data.go bin/easyjson -all ./tests/nothing.go @@ -37,7 +37,7 @@ generate: build bin/easyjson ./tests/key_marshaler_map.go bin/easyjson -disallow_unknown_fields ./tests/disallow_unknown.go bin/easyjson ./tests/unknown_fields.go - bin/easyjson ./tests/type_declaration.go + bin/easyjson ./tests/type_declaration.go test: generate go test \