mirror of
https://github.com/krislamo/knrc.git
synced 2025-01-08 04:20:34 +00:00
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
|