diff options
author | Toni <matzeton@googlemail.com> | 2022-05-07 11:25:40 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-07 11:41:51 +0200 |
commit | 2732408dd204392933ad812490b4844ae2532164 (patch) | |
tree | 7ac321a648cb9d38b4c06cdb149d6eefbce6e298 /Makefile.deps | |
parent | 3648df7568641c01da276ed3ecf32158e30af88b (diff) |
CI: Github Actions
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.deps')
-rw-r--r-- | Makefile.deps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.deps b/Makefile.deps index cadeb09..a9b18f2 100644 --- a/Makefile.deps +++ b/Makefile.deps @@ -140,6 +140,8 @@ help: @echo '[Makefile.deps]' $(call HELP_MAKE_OPTIONS) @echo -e '\tJOBS = $(JOBS)' + @echo -e '\tWERROR = $(WERROR)' + @echo -e '\tQ = $(Q)' .PHONY: all deps-print-local-notice deps-build deps distclean clean help .DEFAULT_GOAL := all |