aboutsummaryrefslogtreecommitdiff
path: root/make.c
Commit message (Expand)AuthorAgeFilesLines
* Bump CBS to the newest versionThomas Voss 2024-09-151-147/+147
* Don’t run wdth.cThomas Voss 2024-06-081-1/+2
* Add -pThomas Voss 2024-05-201-5/+14
* Remove useless CLI argThomas Voss 2024-05-201-1/+1
* Support the 4 forms of Unicode string normalizationThomas Voss 2024-05-201-1/+1
* Use cc instead of gcc now that GCC14 is on ArchThomas Voss 2024-05-101-1/+1
* Add an unimplemented manstall targetThomas Voss 2024-05-091-0/+2
* Add -a and -s to the build scriptThomas Voss 2024-05-091-17/+24
* Enable the sanitizer in debug buildsThomas Voss 2024-05-091-1/+1
* Add the ‘test’ subcommandThomas Voss 2024-05-041-2/+7
* Update the ‘gen’ ruleThomas Voss 2024-04-301-1/+2
* Simplify macros and define _GNU_SOURCE on GlibcThomas Voss 2024-04-271-9/+21
* Build with -Wno-parenthesesThomas Voss 2024-04-221-1/+1
* Add the ‘gen’ subcommandThomas Voss 2024-04-201-6/+8
* Prettify output of build systemThomas Voss 2024-04-161-6/+9
* Add unicode/gbrkThomas Voss 2024-03-231-0/+2
* Build with -Wvla enabledThomas Voss 2024-03-101-1/+1
* Pass -DNDEBUG when compiling for releaseThomas Voss 2024-03-101-2/+2
* Add make scriptThomas Voss 2024-03-101-0/+153