Skip to content

Commit 78e2e41

Browse files
authored
Remove -r in md5sum (#37)
See #36
1 parent c0d908d commit 78e2e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ clean:
5353
all: build-dcw tar-dcw zip-dcw checksum fig
5454

5555
checksum:
56-
md5sum -r $(TAG)-$(DCW_VERSION).tar.gz | awk '{printf "Update $(TAG).info with the new check sum: %s\n", $$1}'
56+
md5sum $(TAG)-$(DCW_VERSION).tar.gz | awk '{printf "Update $(TAG).info with the new check sum: %s\n", $$1}'
5757

5858
archive: tar-dcw zip-dcw
5959

0 commit comments

Comments
 (0)