Skip to content

Commit

Permalink
Preston's review
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Jul 13, 2023
1 parent b41e7a2 commit 9501aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ hashtree.pc: .FORCE
@echo 'Name: hashtree' >> hashtree.pc
@echo 'Description: Fast hashing of Merkle trees' >> hashtree.pc
@echo 'Version: '$(VERSION) >> hashtree.pc
@echo 'URL: https://github.com/prysmaticlabs/hashtree' >> hashtree.pc
@echo 'LIBS: -L$${libdir} -lhashtree' >> hashtree.pc
@echo 'Cflags: -I$${includedir}'>> hashtree.pc

Expand Down

0 comments on commit 9501aa9

Please sign in to comment.