Skip to content

Commit

Permalink
make deb does not need make all before
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJ committed Jun 4, 2022
1 parent 7ddfe66 commit 6416bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run-client2: all
--announce 23#2001:db8:4::/48#2001:db8::4c:beef \
--announce 42#10.0.0.0/8#2001:db8::beef

.PHONY: proto
.PHONY: proto deb
proto:
protoc -I ./pb --go_out=. ./pb/metalbond.proto

Expand All @@ -46,7 +46,7 @@ clean:
docker:
docker build -t onmetal/metalbond .

deb: all
deb:
docker run -it --rm -v "$(PWD):/workdir" -e "METALBOND_VERSION=$(METALBOND_VERSION)" golang:1.18-bullseye bash -c "cd /workdir && deb/make-deb.sh"

unit-test:
Expand Down

0 comments on commit 6416bb3

Please sign in to comment.