Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/website/Makefile
1637 views
# SPDX-FileCopyrightText: Copyright The Lima Authors
# SPDX-License-Identifier: Apache-2.0
# See also: package.json
NPM ?= npm

build serve: _output/docsy node_modules/.bin/hugo
	$(NPM) run $@

_output/docsy:
	$(MAKE) -C .. docsy

node_modules/.bin/hugo:
	$(NPM) install

clean:
	$(NPM) run $@
	rm -Rf _output