mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 10:32:25 +02:00
Makefile: Use the jobserver properly
Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
8
Makefile
8
Makefile
@ -31,18 +31,18 @@ clean: ## Cleanup
|
|||||||
.PHONY: lib src test doc
|
.PHONY: lib src test doc
|
||||||
|
|
||||||
lib: ## Build libs
|
lib: ## Build libs
|
||||||
$(MAKE) -C lib
|
+$(MAKE) -C lib
|
||||||
|
|
||||||
src: ## Build bins
|
src: ## Build bins
|
||||||
src: lib
|
src: lib
|
||||||
$(MAKE) BEES_VERSION="$(BEES_VERSION)" -C src
|
+$(MAKE) BEES_VERSION="$(BEES_VERSION)" -C src
|
||||||
|
|
||||||
test: ## Run tests
|
test: ## Run tests
|
||||||
test: lib src
|
test: lib src
|
||||||
$(MAKE) -C test
|
+$(MAKE) -C test
|
||||||
|
|
||||||
doc: ## Build docs
|
doc: ## Build docs
|
||||||
$(MAKE) -C docs
|
+$(MAKE) -C docs
|
||||||
|
|
||||||
scripts/%: scripts/%.in
|
scripts/%: scripts/%.in
|
||||||
$(TEMPLATE_COMPILER)
|
$(TEMPLATE_COMPILER)
|
||||||
|
Reference in New Issue
Block a user