diff options
author | EuAndreh <eu@euandre.org> | 2021-08-06 17:03:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-06 17:03:21 -0300 |
commit | e32d070712fa5e3bbec3189b254c394966bdd4f3 (patch) | |
tree | 3afe5288d7de3f6f4c93b9432181dd80453537e7 | |
parent | Remove old unused Cargo.toml and Cargo.lock files (diff) | |
download | gistatic-e32d070712fa5e3bbec3189b254c394966bdd4f3.tar.gz gistatic-e32d070712fa5e3bbec3189b254c394966bdd4f3.tar.xz |
TODOs.md: Add #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ # Tasks +## TODO Create `libgistatic.a` {#task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403} +- TODO in 2021-08-06 + +--- + +Keep `src/gistatic.c` mostly as it is, and move the `main()` to a `src/main.c` +or `src/cli.c` file, and build the executable from there. + ## TODO Remove spaces around `git clone ...` when copying to clipboard in the browser {#task-cd214149-a183-9bd3-292a-d48b3fb85050} - TODO in 2021-08-02 |