Skip to content

Commit

Permalink
Use correct wildcard syntax...
Browse files Browse the repository at this point in the history
'*' expands when the Makefile is evaluated, so will do the right thing
*iff* you *already* have the tarballs in your project root :)
  • Loading branch information
samstokes committed Feb 17, 2016
1 parent 30d340b commit 39af4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker: avro-1.7.7.tar.gz librdkafka-0.9.0.tar.gz bottledwater-bin.tar.gz bottle
docker build -f build/Dockerfile.postgres -t local-postgres-bw:$(DOCKER_TAG) .
docker build -f build/Dockerfile.client -t local-bottledwater:$(DOCKER_TAG) .

*.tar.gz: docker-build
%.tar.gz: docker-build
docker run --rm bwbuild:$(DOCKER_TAG) cat /$@ > $@

docker-build:
Expand Down

0 comments on commit 39af4f3

Please sign in to comment.