Commit a680ea28 authored by Michael Shigorin's avatar Michael Shigorin

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 g2f307fff; spotted while discussing m-p with enp@.
parent 57747b22
...@@ -26,7 +26,7 @@ endif ...@@ -26,7 +26,7 @@ endif
# recursive make considered useful for m-p # recursive make considered useful for m-p
MAKE += -r --no-print-directory 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) .PHONY: $(DIRECT_TARGETS)
$(DIRECT_TARGETS): $(DIRECT_TARGETS):
@$(MAKE) -f main.mk $@ @$(MAKE) -f main.mk $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment