Browse Source

Fixed a typo in outputted libname

master
parent
commit
f31d8d2005
  1. 2
      Makefile

2
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

Loading…
Cancel
Save