aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-05-21 14:01:15 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-05-23 11:53:38 +0200
commitc06b338683a7a14ed2e9db22c5b5dae9c5fa5db6 (patch)
tree07cbbc6514c415bde43917ef6f46c9d78f501efd /Makefile
parent4c7657cb23023fd64d0585c979e6fec4ef441f04 (diff)
pkg/html: move some functions to sub-package
Move functions that need embed assets to a separate package. In preparation for the next change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)