This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
m
/
Make.makefile
3 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2020-10-24 21:37:34 -03:00
$(info "Hello World")
all:
Reference in New Issue
Copy Permalink