added information to Makefile output
This commit is contained in:
10
Makefile
10
Makefile
@@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
|
||||
|
||||
.PHONY: all mostlyclean clean install zip avail unavail bin lib doc html info samples test util checkstyle check
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
Reference in New Issue
Block a user