2 items with this tag.

Sep 23, 2026·13 min read

Play with Makefile for 1st time

On this topic, It just put a couple things to finding out how we can use Makefile. It just a brief tutorials from Learn Makefiles With the tastiest examples, Just learn and figure out why want to play with this one and C, C++ Reference Documentation Official GNU Make Learn Makefiles With the tastiest examples Makefile and anything about that type scripting Define, Why do we need Makefile ? Makefiles are used to help decide which parts of a large program need to be recompiled.

Sep 23, 2026·12 min read

Compile gRPC for 1st time

So like the previous topic - Play with Makefile for 1st time, I hope you and me can produce the makefile for helping compile C++ project, especially gRPC - pretty hard when work with C++ than others language.