mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Makefile: Use the jobserver properly
Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
8cbd6fc67a
commit
d4535901a5
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user