Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 5b1de20

Browse files
committed
Fix typo
1 parent 954ea0f commit 5b1de20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ build-crc64nvme: build-directory
6464
@cd build/crc64fast-nvme && cargo build --release
6565

6666
.PHONY: build-crc32isohdlc
67-
build-crc32ieee: build-directory
67+
build-crc32isohdlc: build-directory
6868
@cd build && (if [ ! -d "./crc32fast-lib-rust" ]; then git clone https://github.com/awesomized/crc32fast-lib-rust.git; fi || true)
6969
@cd build/crc32fast-lib-rust && git fetch && git checkout 1.0.0
7070
@cd build/crc32fast-lib-rust && cargo build --release

0 commit comments

Comments
 (0)