github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example-c-hello/Makefile (about) 1 all: hello 2 3 hello: hello.c 4 $(CC) -o hello hello.c