aboutsummaryrefslogtreecommitdiff
path: root/examples/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 /examples/makefile
parentad6188f911af896c9c77e9215bea3c5c2a4e6cc3 (diff)
downloadmagi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar
magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar.xz
magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.zip
Makefiles fix.
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 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)