aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-01 16:03:43 -0600
committerame <[email protected]>2024-02-01 16:03:43 -0600
commit582585d17a5d2b55082d9089ca3c8faed9452acf (patch)
treefac30011871792c44bcf55d12f37affc15f210e1 /readme.md
parent741d7034818aa3f9328b9c558489a3541871a346 (diff)
fix header parsing
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/readme.md b/readme.md
index 2153cc9..9b354b4 100644
--- a/readme.md
+++ b/readme.md
@@ -1,18 +1,18 @@
-
-build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC`
-
-useage and docs coming soon:3
-
-todo:
-
- - (working on seperatley) gui for graphs
-
- - fix -O3 breaking some hashes (not sure if i care)
-
----
-
-credits:
-
- * [luaproc](https://github.com/askyrme/luaproc) helped with multithreading
-
-
+
+build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC`
+
+useage and docs coming soon:3
+
+todo:
+
+ - (working on seperatley) gui for graphs
+
+ - fix -O3 breaking some hashes (not sure if i care)
+
+---
+
+credits:
+
+ * [luaproc](https://github.com/askyrme/luaproc) helped with multithreading
+
+