added information to Makefile output
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# ---- Display info during parsing phase ----
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
$(info ~~~ Using Makefile: $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
ifeq ($(MAKECMDGOALS),)
|
||||
$(info ~~~ Invoked target: (default))
|
||||
else
|
||||
$(info ~~~ Invoked target: $(MAKECMDGOALS))
|
||||
endif
|
||||
$(info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
# Makefile for the tests that MUST NOT compile
|
||||
|
||||
ifneq ($(shell echo),)
|
||||
|
||||
Reference in New Issue
Block a user