From c06b338683a7a14ed2e9db22c5b5dae9c5fa5db6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 21 May 2022 14:01:15 +0200 Subject: pkg/html: move some functions to sub-package Move functions that need embed assets to a separate package. In preparation for the next change. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e631bb402..6a2fb7b57 100644 --- a/Makefile +++ b/Makefile @@ -238,7 +238,7 @@ generate: $(MAKE) format generate_go: format_cpp - $(GO) generate ./pkg/csource ./executor ./pkg/ifuzz ./pkg/build ./pkg/html + $(GO) generate ./pkg/csource ./executor ./pkg/ifuzz ./pkg/build ./pkg/html/pages generate_fidl: ifeq ($(TARGETOS),fuchsia) -- cgit mrf-deployment