Skip to content

Commit

Permalink
build: improve makefile (DEV-116)(#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Oct 7, 2021
1 parent d6a0d27 commit 8875ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ docs-clean: ## cleans the project directory
#################################

.PHONY: build
build: ## build all targets (excluding docs)
build: docker-build ## build all targets (excluding docs)
@bazel build //...

.PHOBY: check-for-outdated-deps
Expand Down Expand Up @@ -344,6 +344,7 @@ metadata-maximal: ## add maximal metadata set to dokubib project

clean-docker: ## cleans the docker installation
@docker system prune -af
@docker volume prune -f

.PHONY: clean-local-tmp
clean-local-tmp:
Expand Down

0 comments on commit 8875ffe

Please sign in to comment.