Makefile: fix default target to provide help again
`help' used to be the default target described at the very top of the toplevel makefile but that got broken with g2f307ff; spotted while discussing m-p with enp@.
This commit is contained in:
parent
57747b22a5
commit
a680ea2862
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ endif
|
||||
# recursive make considered useful for m-p
|
||||
MAKE += -r --no-print-directory
|
||||
|
||||
DIRECT_TARGETS := clean distclean check help help/distro help/ve help/vm
|
||||
DIRECT_TARGETS := help help/distro help/ve help/vm clean distclean check
|
||||
.PHONY: $(DIRECT_TARGETS)
|
||||
$(DIRECT_TARGETS):
|
||||
@$(MAKE) -f main.mk $@
|
||||
|
Loading…
Reference in New Issue
Block a user