We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d908d commit 78e2e41Copy full SHA for 78e2e41
1 file changed
Makefile
@@ -53,7 +53,7 @@ clean:
53
all: build-dcw tar-dcw zip-dcw checksum fig
54
55
checksum:
56
- md5sum -r $(TAG)-$(DCW_VERSION).tar.gz | awk '{printf "Update $(TAG).info with the new check sum: %s\n", $$1}'
+ md5sum $(TAG)-$(DCW_VERSION).tar.gz | awk '{printf "Update $(TAG).info with the new check sum: %s\n", $$1}'
57
58
archive: tar-dcw zip-dcw
59
0 commit comments