
There is no need to use bash to print "Hello World" in Make. There is a language feature exactly for printing messages.
3 lines
27 B
Makefile
3 lines
27 B
Makefile
$(info "Hello World")
|
|
all:
|