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