about summary refs log tree commit diff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2026-02-19Rename sub-Makefiles into build.mkNakidai
So now it is impossible to accidentally start from the wrong place, and this structure also implicitly tells you how to build
2026-02-19Declare *{FLAGS,LIBS} onceNakidai
Well, since this is actually one big Makefile concatenated of smaller ones, all the *CFLAGS are global and therefore should be set once
2026-02-18Improve the build systemNakidai
Now one global makefile is generated using includes, so dependencies are handled properly
2026-01-15Use simpler build systemNakidai