Skip to content

Commit

Permalink
Copy-paste fail
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Jan 11, 2024
1 parent cdc56e2 commit 723a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $(bins):
bin/sha256sums.txt: $(bins)
sha256sum -b $(bins) | sed 's|bin/||' > $@

build-all: $(bins) bin/sha256sums.md
build-all: $(bins) bin/sha256sums.txt

.PHONY: install
install: k0s_sort
Expand Down

0 comments on commit 723a8d5

Please sign in to comment.