diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2019-09-13 19:04:27 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2019-09-13 19:04:27 +0300 |
commit | 1427a57ac2c766f0321e5ccd5a6890ffe7323d17 (patch) | |
tree | b29c438e97ef226c7ce7aaaeb8a1fcc9be180bc0 /examples/makefile | |
parent | ad6188f911af896c9c77e9215bea3c5c2a4e6cc3 (diff) | |
download | magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.tar.xz magi-1427a57ac2c766f0321e5ccd5a6890ffe7323d17.zip |
Makefiles fix.
Diffstat (limited to 'examples/makefile')
-rw-r--r-- | examples/makefile | 2 |
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) |