We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make build
make pack
1 parent a7efcb7 commit 1d6af45Copy full SHA for 1d6af45
Makefile
@@ -13,6 +13,8 @@ BUILD_PACKAGES_DIR := "build/packages"
13
14
.PHONY: clean help download_packages build build-docker-image $(ALL_TARGETS) $(ALL_PACK_TARGETS)
15
16
+.NOTPARALLEL: build pack
17
+
18
help:
19
@echo "Usage:"
20
@echo " make build"
0 commit comments