diff options
author | Ian Lewis <ianlewis@google.com> | 2020-12-10 21:47:38 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-10 21:50:03 -0800 |
commit | 0eb4acad37c448a298c77090b3475ce6903ecf18 (patch) | |
tree | 64aad4d3d8b3298043eb62ab3560c3b5e5ce7800 /Makefile | |
parent | e7279936e8128c1ade57a26eb76726cabcb762a9 (diff) |
Fix website build
Fix 'run' function call so that parameters are passed properly to the function.
PiperOrigin-RevId: 346929952
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ WEBSITE_PROJECT := gvisordev WEBSITE_REGION := us-central1 website-build: load-jekyll ## Build the site image locally. - @$(call run,//website:website $(WEBSITE_IMAGE)) + @$(call run,//website:website,$(WEBSITE_IMAGE)) .PHONY: website-build website-server: website-build ## Run a local server for development. |