diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-15 01:13:51 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-15 01:13:51 +0100 |
| commit | 3f79b7bd553a52fca7a098f5195b406ff9970491 (patch) | |
| tree | 99d0399141e7894219fe7a0deed1ccadb226b9c9 /lib/objects | |
| parent | 919450dc7d965c4067287e1ece3ceafdde8ff5a9 (diff) | |
add list and static library builder
Diffstat (limited to 'lib/objects')
| -rw-r--r-- | lib/objects/aec/aec.o | bin | 0 -> 15552 bytes |
| -rw-r--r-- | lib/objects/arg/arg.o | bin | 0 -> 19176 bytes |
| -rw-r--r-- | lib/objects/avl_tree/avl_tree.o | bin | 0 -> 11240 bytes |
| -rw-r--r-- | lib/objects/cstr/cstr.o | bin | 0 -> 8208 bytes |
| -rw-r--r-- | lib/objects/env/env.o | bin | 0 -> 5208 bytes |
| -rw-r--r-- | lib/objects/io/io.o | bin | 0 -> 16936 bytes |
| -rw-r--r-- | lib/objects/list/list.o | bin | 0 -> 6424 bytes |
| -rw-r--r-- | lib/objects/malloc/malloc.o | bin | 0 -> 15648 bytes |
| -rw-r--r-- | lib/objects/sys/start.o | bin | 0 -> 2424 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/lib/objects/aec/aec.o b/lib/objects/aec/aec.o Binary files differnew file mode 100644 index 0000000..140ff1e --- /dev/null +++ b/lib/objects/aec/aec.o diff --git a/lib/objects/arg/arg.o b/lib/objects/arg/arg.o Binary files differnew file mode 100644 index 0000000..cd32ac8 --- /dev/null +++ b/lib/objects/arg/arg.o diff --git a/lib/objects/avl_tree/avl_tree.o b/lib/objects/avl_tree/avl_tree.o Binary files differnew file mode 100644 index 0000000..26c68bb --- /dev/null +++ b/lib/objects/avl_tree/avl_tree.o diff --git a/lib/objects/cstr/cstr.o b/lib/objects/cstr/cstr.o Binary files differnew file mode 100644 index 0000000..ee94098 --- /dev/null +++ b/lib/objects/cstr/cstr.o diff --git a/lib/objects/env/env.o b/lib/objects/env/env.o Binary files differnew file mode 100644 index 0000000..fbe41b0 --- /dev/null +++ b/lib/objects/env/env.o diff --git a/lib/objects/io/io.o b/lib/objects/io/io.o Binary files differnew file mode 100644 index 0000000..a7d55ad --- /dev/null +++ b/lib/objects/io/io.o diff --git a/lib/objects/list/list.o b/lib/objects/list/list.o Binary files differnew file mode 100644 index 0000000..7ec2d6b --- /dev/null +++ b/lib/objects/list/list.o diff --git a/lib/objects/malloc/malloc.o b/lib/objects/malloc/malloc.o Binary files differnew file mode 100644 index 0000000..ad940d6 --- /dev/null +++ b/lib/objects/malloc/malloc.o diff --git a/lib/objects/sys/start.o b/lib/objects/sys/start.o Binary files differnew file mode 100644 index 0000000..f9ede7d --- /dev/null +++ b/lib/objects/sys/start.o |