diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-01-31 17:36:15 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-01-31 17:36:15 +0300 |
commit | eac37c6a45837f7ea717c9fed8cb21e2d5665618 (patch) | |
tree | d09a2c645baf2ab043762856aacc9111be221f99 /examples/Makefile | |
parent | 0be032c6998e712dc2c9f2ed97c3491d89eb05af (diff) | |
download | xift-eac37c6a45837f7ea717c9fed8cb21e2d5665618.tar xift-eac37c6a45837f7ea717c9fed8cb21e2d5665618.tar.xz xift-eac37c6a45837f7ea717c9fed8cb21e2d5665618.zip |
[xift] Working.
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 3f40167..60df4ff 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -12,9 +12,9 @@ CPPFLAGS += -O3 endif INCLUDE = -I../src -LFLAGS = -L.. -lxenophage +LFLAGS = -L.. -lxift -XENOPHAGE = ../libxenophage.a +XENOPHAGE = ../libxift.a default: $(EXAMPLES) |