From 5bdb47f1e97d7680f9f56a40c902d0005fdd7d43 Mon Sep 17 00:00:00 2001 From: 18 <111544899+eightween@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:03:23 -0500 Subject: [PATCH] ref: remove stub.c --- stub.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 stub.c diff --git a/stub.c b/stub.c deleted file mode 100644 index 2c77101..0000000 --- a/stub.c +++ /dev/null @@ -1,2 +0,0 @@ -// This file exists for the Zig build sytem to work. -// In order to "build" this library, there need to be some objects to link.