about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
20 hoursAdd header file dependencies HEAD masterNakidai
Now build system will handle header file changes correctly as well
20 hoursRename 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
21 hoursDeclare *{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
22 hoursImprove the build systemNakidai
Now one global makefile is generated using includes, so dependencies are handled properly
2026-01-15Use simpler build systemNakidai