Skip to content

Commit

Permalink
protos/Makefile: always reformat generated protos
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 11, 2023
1 parent facc464 commit 8d8953a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go:
# Creates the python libs in the python/ directory.
python:
protoc --python_out=../python $(shell find ./in_toto_attestation -name "*.proto")
make -C ../python reformat

# Creates the java libs in the java/ directory.
java:
Expand Down

0 comments on commit 8d8953a

Please sign in to comment.