mirror of
https://github.com/krislamo/knrc.git
synced 2025-01-08 04:20:34 +00:00
Kris Lamoureux
3e078042a4
I set a return type on the main function to clear a GCC warning in a slight deviation from the book.
5 lines
81 B
Makefile
5 lines
81 B
Makefile
all: hello
|
|
|
|
hello: 01-hello-world.c
|
|
gcc -o ./bin/01-helloworld 01-hello-world.c
|