Use Make feature instead of bash command (#853)
There is no need to use bash to print "Hello World" in Make. There is a language feature exactly for printing messages.
This commit is contained in:
committed by
GitHub
parent
6862972c9c
commit
f4c31d53d5
@@ -1,2 +1,2 @@
|
|||||||
hello:
|
$(info "Hello World")
|
||||||
echo Hello World
|
all:
|
||||||
|
|||||||
Reference in New Issue
Block a user