Skip to content

Commit

Permalink
Update make instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 14, 2023
1 parent 6fa300c commit 4f0ee05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ $(SRC_GENERATED): $(SRC_PROTOC) | $(GENERATED_DIR)
mv $(GENERATED_DIR)/s2p_interface.pb.cc $@

## Build targets:
## all Rebuild all of the executable files and re-generate
## the text versions of the manpages
## all Rebuild all of the executable files (default target)
## test Build and run unit tests
## in_process_test Build the in-process test
## coverage Build and run unit tests and create coverage files
Expand Down

0 comments on commit 4f0ee05

Please sign in to comment.