https://speakerdeck.com/tsutsui/osc2025hiroshima
Dec 13, 2025
pcmakefile
https://codeberg.org/forgejo/forgejo/pulls/10883
forgejo - Beyond coding. We forge.
citiegocacheversion
https://devhints.io/makefile
The one-page guide to Makefile: usage, examples, links, snippets, and more.
makefilecheatsheet
https://github.com/curl/curl/pull/18835
The ld linker is sensitive to this, and did not find libcurl symbol with the order before this patch. Seen with mingw-w64 gcc. Follow-up to f6ddc1f #18554
pull requestmakefileexamplefixoption
https://github.com/curl/curl/pull/18554
build in a single step. allow overriding all variables: source, target, compiler, libpaths, libs, flags. Example: LIBS= LDFLAGS= SRC=altsvc.c make -f...
makefileexamplesimplifyconfigurable