Skip to content

Commit

Permalink
Remove unused sha224sum & sha384sum from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 10, 2024
1 parent b168486 commit 8231d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN = xhash

# Optionally create these hard-links
ALL = b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum
ALL = b2sum b3sum md5sum sha1sum sha256sum sha512sum

.PHONY: all
all: $(BIN)
Expand Down

0 comments on commit 8231d1a

Please sign in to comment.