Download Makefile source code

1
2
hello_w: hello_w.c
	cc -g -Wall -Wextra hello_w.c -o hello_w -pthread