mirror of
https://github.com/krislamo/knrc.git
synced 2025-02-21 11:35:52 +00:00
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
|