aboutsummaryrefslogtreecommitdiff
path: root/Makefile.deps
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-08 19:17:58 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-03-09 23:01:49 +0100
commit74eb744355b757e37c8d0fb6efacb825c6123d5b (patch)
tree019457520ac625e3ba9f2c24bb3ed9f9cad933d6 /Makefile.deps
parent01f640ab3a4e4706032f2a3a8b769005b62069af (diff)
Distinguish between local and dependency targets to prevent confusion.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.deps')
-rw-r--r--Makefile.deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.deps b/Makefile.deps
index d7a0175..cadeb09 100644
--- a/Makefile.deps
+++ b/Makefile.deps
@@ -139,6 +139,7 @@ endif
help:
@echo '[Makefile.deps]'
$(call HELP_MAKE_OPTIONS)
+ @echo -e '\tJOBS = $(JOBS)'
.PHONY: all deps-print-local-notice deps-build deps distclean clean help
.DEFAULT_GOAL := all