aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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'