aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hello/Makefile2
-rw-r--r--examples/html/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hello/Makefile b/examples/hello/Makefile
index 275fa5a..e31bd6d 100644
--- a/examples/hello/Makefile
+++ b/examples/hello/Makefile
@@ -6,7 +6,7 @@ DEPS = \
LIBWEB = ../../libweb.a
DYNSTR = ../../dynstr/libdynstr.a
CFLAGS = -I ../../include -I ../../dynstr/include
-LIBWEB_FLAGS = -L ../../ -l libweb
+LIBWEB_FLAGS = -L ../../ -l web
DYNSTR_FLAGS = -L ../../dynstr -l dynstr
all: $(PROJECT)
diff --git a/examples/html/Makefile b/examples/html/Makefile
index 87d27aa..59612ed 100644
--- a/examples/html/Makefile
+++ b/examples/html/Makefile
@@ -6,7 +6,7 @@ DEPS = \
LIBWEB = ../../libweb.a
DYNSTR = ../../dynstr/libdynstr.a
CFLAGS = -I ../../include -I ../../dynstr/include
-LIBWEB_FLAGS = -L ../../ -l libweb
+LIBWEB_FLAGS = -L ../../ -l web
DYNSTR_FLAGS = -L ../../dynstr -l dynstr
all: $(PROJECT)