Skip to content

Commit

Permalink
Makefile: add noop default action
Browse files Browse the repository at this point in the history
this is similar to many other projects that are install-only, like xtools
  • Loading branch information
classabbyamp committed Mar 18, 2024
1 parent 406cf45 commit 7852c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ MANDIR=$(PREFIX)/share/man
BINDIR=$(PREFIX)/bin
EXAMPLES=$(PREFIX)/share/examples/zfsbootmenu

.PHONY: install core dracut initcpio zbm-release show-version
.PHONY: all install core dracut initcpio zbm-release show-version

all:

install: core dracut initcpio zbm-release

Expand Down

0 comments on commit 7852c6d

Please sign in to comment.