summaryrefslogtreecommitdiff
path: root/src/config.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove C code and cleanup repositoryEuAndreh2024-02-211-31/+0
|
* src/config.h.in: Add provenance links and explanation for _XOPEN_SOURCE and ↵EuAndreh2023-11-251-1/+20
| | | | _POSIX_C_SOURCE
* Add support for multi-file C projectEuAndreh2023-11-151-0/+12
- have dynamic discovered dependencies via `mkdeps.hs`, and also move the listing of JavaScript files to it. - copy over stub C files for setting up the project skeleton.