Skip to content

Commit

Permalink
Makefile minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valllabh committed Nov 10, 2023
1 parent 018610c commit 9b46179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ test-compile-proto: clean-output-java clean-output-golang
find ./output/proto -type f -name "*.proto" | xargs protoc --proto_path=./output/proto --java_out=./output/java --go_opt=paths=source_relative --go_out=./output/golang

test-create-proto: clean-output-proto
./bin/ocsf-tool generate-proto file_activity
./bin/ocsf-tool generate-proto file_activity

run: build-docs build-project test-create-proto test-compile-proto
2 changes: 1 addition & 1 deletion docs/ocsf-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
* [ocsf-tool generate-proto](ocsf-tool_generate-proto.md) - Generate a Proto file
* [ocsf-tool schema-class-list](ocsf-tool_schema-class-list.md) - List all classes in the OCSF schema

###### Auto generated by spf13/cobra on 7-Nov-2023
###### Auto generated by spf13/cobra on 8-Nov-2023
2 changes: 1 addition & 1 deletion docs/ocsf-tool_generate-proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ocsf-tool generate-proto file_activity process_activity

* [ocsf-tool](ocsf-tool.md) -

###### Auto generated by spf13/cobra on 7-Nov-2023
###### Auto generated by spf13/cobra on 8-Nov-2023
2 changes: 1 addition & 1 deletion docs/ocsf-tool_schema-class-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ocsf-tool schema-class-list [flags]

* [ocsf-tool](ocsf-tool.md) -

###### Auto generated by spf13/cobra on 7-Nov-2023
###### Auto generated by spf13/cobra on 8-Nov-2023

0 comments on commit 9b46179

Please sign in to comment.