From 1427a57ac2c766f0321e5ccd5a6890ffe7323d17 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Fri, 13 Sep 2019 19:04:27 +0300 Subject: Makefiles fix. --- examples/makefile | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/makefile b/examples/makefile index e951b47..ecd7bc9 100644 --- a/examples/makefile +++ b/examples/makefile @@ -12,7 +12,7 @@ CFLAGS += -O3 endif INCLUDE = ../src -LFLAGS = -L.. -lcgi +LFLAGS = -L.. -lmagi default: $(EXAMPLES) diff --git a/makefile b/makefile index cf3385e..9585f98 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ # ERRLOG = yes CC = gcc -LIB = libcgi.a +LIB = libmagi.a CFLAGS = -xc -ansi -pedantic -Wall ifeq '$(DEBUG)' 'yes' -- cgit v1.2.3