summaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/api.mjs: Simplify handling of argumentsEuAndreh2024-03-011-1/+1
|
* src/hero.mjs: Add buildServer()EuAndreh2024-02-231-1/+1
|
* Add support for multi-file C projectEuAndreh2023-11-151-0/+4
- 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.