Skip to content

Commit

Permalink
fix build make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Pan committed May 16, 2024
1 parent 2258b52 commit d3d4d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ test-building-vhd: az-login

build-nbcparser-binary:
@echo "Building nbcparser binary"
@bash -c "pushd pkg/nbcparser; go build main.go -o bin/nbcparser"
@bash -c "pushd pkg/nbcparser; go build -o bin/nbcparser main.go"

0 comments on commit d3d4d97

Please sign in to comment.