diff options
| author | ame <[email protected]> | 2023-11-02 01:05:26 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-11-02 01:05:26 -0500 |
| commit | a1cb23d91dc90501caf668dfb08b0c94673d9e1e (patch) | |
| tree | 805d6bbbd916fe132b5dec62b7c5d1233d949992 | |
| parent | 6202eb83795142abeea9fe38ee5111672b866946 (diff) | |
readme
| -rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -build with `clang -shared src/*.c src/hash/*.c -o llib.so` +build with `clang -shared src/*.c src/hash/*.c src/encode/*.c -o llib.so` useage and docs coming soon:3 + +todo: + + - redo string fetching (like in encode) |
