diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-05-21 14:01:15 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-05-23 11:53:38 +0200 |
| commit | c06b338683a7a14ed2e9db22c5b5dae9c5fa5db6 (patch) | |
| tree | 07cbbc6514c415bde43917ef6f46c9d78f501efd /Makefile | |
| parent | 4c7657cb23023fd64d0585c979e6fec4ef441f04 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
