4 lines
59 B
Makefile
4 lines
59 B
Makefile
default: hello
|
|
|
|
hello: hello.c
|
|
gcc -Wall hello.c -o hello
|
default: hello
|
|
|
|
hello: hello.c
|
|
gcc -Wall hello.c -o hello
|