aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-09-13 19:04:27 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-09-13 19:04:27 +0300
commit1427a57ac2c766f0321e5ccd5a6890ffe7323d17 (patch)
treeb29c438e97ef226c7ce7aaaeb8a1fcc9be180bc0 /makefile
parentad6188f911af896c9c77e9215bea3c5c2a4e6cc3 (diff)
downloadmagi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar
magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar.xz
magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.zip
Makefiles fix.
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'