Skip to content

Commit b3423a7

Browse files
committed
Drop unused build target
Signed-off-by: Colin Walters <[email protected]>
1 parent b624020 commit b3423a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,3 @@ install-systemd-unit:
4040

4141
.PHONY: install-all
4242
install-all: install install-grub-static install-systemd-unit
43-
44-
.PHONY: bin-archive
45-
bin-archive:
46-
rm target/inst -rf
47-
$(MAKE) install install-grub-static DESTDIR=$$(pwd)/target/inst
48-
tar -C target/inst -c --zstd -f target/bootupd.tar.zst .

0 commit comments

Comments
 (0)