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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.3