aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/makefile2
-rw-r--r--makefile2
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'