From f31d8d2005812e27c73e2a0a39463b7b1e425bd2 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Wed, 23 Nov 2022 17:22:10 +0300 Subject: [PATCH] Fixed a typo in outputted libname --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef73d8a..006f3ed 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc DEFAULTCCFLAGS=-Wall -Werror -O2 SRCDIR=src -LIBNAME=auxlib.a +LIBNAME=auxilib.a BUILDDIR=build BINDIR=bin TESTDIR=testing