From fff7072e0f3845693656576ebad9041ff1ee055b Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Wed, 2 Oct 2024 22:30:05 -0400 Subject: [PATCH] v0.0.1-rc --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1c3b821..8296cda 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ test: cp etc/example.cfg ./glacier.cfg lib: + mkdir lib $(CC) libglacier.c -c $(LIBFLAGS) -o lib/libglacier.o $(AR) -rc lib/libglacier.a lib/libglacier.o