aboutsummaryrefslogtreecommitdiff
path: root/lib/objects
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-15 01:13:51 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-15 01:13:51 +0100
commit3f79b7bd553a52fca7a098f5195b406ff9970491 (patch)
tree99d0399141e7894219fe7a0deed1ccadb226b9c9 /lib/objects
parent919450dc7d965c4067287e1ece3ceafdde8ff5a9 (diff)
add list and static library builder
Diffstat (limited to 'lib/objects')
-rw-r--r--lib/objects/aec/aec.obin0 -> 15552 bytes
-rw-r--r--lib/objects/arg/arg.obin0 -> 19176 bytes
-rw-r--r--lib/objects/avl_tree/avl_tree.obin0 -> 11240 bytes
-rw-r--r--lib/objects/cstr/cstr.obin0 -> 8208 bytes
-rw-r--r--lib/objects/env/env.obin0 -> 5208 bytes
-rw-r--r--lib/objects/io/io.obin0 -> 16936 bytes
-rw-r--r--lib/objects/list/list.obin0 -> 6424 bytes
-rw-r--r--lib/objects/malloc/malloc.obin0 -> 15648 bytes
-rw-r--r--lib/objects/sys/start.obin0 -> 2424 bytes
9 files changed, 0 insertions, 0 deletions
diff --git a/lib/objects/aec/aec.o b/lib/objects/aec/aec.o
new file mode 100644
index 0000000..140ff1e
--- /dev/null
+++ b/lib/objects/aec/aec.o
Binary files differ
diff --git a/lib/objects/arg/arg.o b/lib/objects/arg/arg.o
new file mode 100644
index 0000000..cd32ac8
--- /dev/null
+++ b/lib/objects/arg/arg.o
Binary files differ
diff --git a/lib/objects/avl_tree/avl_tree.o b/lib/objects/avl_tree/avl_tree.o
new file mode 100644
index 0000000..26c68bb
--- /dev/null
+++ b/lib/objects/avl_tree/avl_tree.o
Binary files differ
diff --git a/lib/objects/cstr/cstr.o b/lib/objects/cstr/cstr.o
new file mode 100644
index 0000000..ee94098
--- /dev/null
+++ b/lib/objects/cstr/cstr.o
Binary files differ
diff --git a/lib/objects/env/env.o b/lib/objects/env/env.o
new file mode 100644
index 0000000..fbe41b0
--- /dev/null
+++ b/lib/objects/env/env.o
Binary files differ
diff --git a/lib/objects/io/io.o b/lib/objects/io/io.o
new file mode 100644
index 0000000..a7d55ad
--- /dev/null
+++ b/lib/objects/io/io.o
Binary files differ
diff --git a/lib/objects/list/list.o b/lib/objects/list/list.o
new file mode 100644
index 0000000..7ec2d6b
--- /dev/null
+++ b/lib/objects/list/list.o
Binary files differ
diff --git a/lib/objects/malloc/malloc.o b/lib/objects/malloc/malloc.o
new file mode 100644
index 0000000..ad940d6
--- /dev/null
+++ b/lib/objects/malloc/malloc.o
Binary files differ
diff --git a/lib/objects/sys/start.o b/lib/objects/sys/start.o
new file mode 100644
index 0000000..f9ede7d
--- /dev/null
+++ b/lib/objects/sys/start.o
Binary files differ