Skip to content

Commit

Permalink
Merge pull request #182 from nicolasbock/makefile
Browse files Browse the repository at this point in the history
Make make target more explicit
  • Loading branch information
nicolasbock authored Sep 11, 2024
2 parents 30e1ff7 + 6dd8400 commit 95ae4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker-compose:
devel: athena-monitor athena-processor docker-build docker-compose

.PHONY: common-docker monitor processor
docker-build: athena-monitor docker-build-monitor athena-processor docker-build-processor debug-container
docker-build: athena-monitor docker-build-monitor athena-processor docker-build-processor docker-build-debug-container

.PHONY: docker-build-monitor docker-build-processor
docker-build-monitor docker-build-processor: docker-build-%:
Expand All @@ -33,8 +33,8 @@ docker-build-monitor docker-build-processor: docker-build-%:
--build-arg OS=linux \
.

.PHONY: debug-container
debug-container:
.PHONY: docker-build-debug-container
docker-build-debug-container:
docker build \
--tag debug-container \
--file Dockerfile-debug \
Expand Down

0 comments on commit 95ae4e9

Please sign in to comment.